commit | db9ae7941adc1d95c943accce9e0151d265fd640 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Wed Nov 11 16:01:35 2020 |
committer | Commit Bot <[email protected]> | Wed Nov 11 16:01:35 2020 |
tree | 2888fc7cfd157eb37d4dfafc39fc0d8477ec8bf6 | |
parent | a42ab3eba6bb5de58cc8b555ab74196a7d4fdd17 [diff] [blame] |
Rename includes from bind_helpers.h to callback_helpers.h [email protected] NOPRESUBMIT=true TBR= NOTRY=true Change-Id: I93bc6a9360997fae7adeab8c01f56e08fc025dd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523543 Commit-Queue: danakj <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#826289}
diff --git a/components/bookmarks/browser/bookmark_model.cc b/components/bookmarks/browser/bookmark_model.cc index b63bc9d..9fc8906b 100644 --- a/components/bookmarks/browser/bookmark_model.cc +++ b/components/bookmarks/browser/bookmark_model.cc
@@ -11,7 +11,7 @@ #include <utility> #include "base/bind.h" -#include "base/bind_helpers.h" +#include "base/callback_helpers.h" #include "base/check_op.h" #include "base/guid.h" #include "base/i18n/string_compare.h"