diff options
author | sdefresne <sdefresne@chromium.org> | 2015-07-27 08:43:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-27 15:44:20 +0000 |
commit | 89721a9bef42c6af27038cade00d351bc438a78d (patch) | |
tree | 22771038f14cb09ef148ecf1dedd2e28e68e41de /chrome/browser/bookmarks | |
parent | bd4b1bf356cc9d512cf278df1e9597d53cd8d294 (diff) | |
download | chromium_src-89721a9bef42c6af27038cade00d351bc438a78d.zip chromium_src-89721a9bef42c6af27038cade00d351bc438a78d.tar.gz chromium_src-89721a9bef42c6af27038cade00d351bc438a78d.tar.bz2 |
Cleanup #include in chrome_bookmark_client.h.
Those #include are obsolete (they should have been removed when
ManagedBookmarkService was introduced).
BUG=None
Review URL: https://codereview.chromium.org/1258043002
Cr-Commit-Position: refs/heads/master@{#340472}
Diffstat (limited to 'chrome/browser/bookmarks')
-rw-r--r-- | chrome/browser/bookmarks/chrome_bookmark_client.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.cc b/chrome/browser/bookmarks/chrome_bookmark_client.cc index 671aa64..20b5d7c 100644 --- a/chrome/browser/bookmarks/chrome_bookmark_client.cc +++ b/chrome/browser/bookmarks/chrome_bookmark_client.cc @@ -5,25 +5,17 @@ #include "chrome/browser/bookmarks/chrome_bookmark_client.h" #include "base/bind.h" -#include "base/bind_helpers.h" #include "base/logging.h" -#include "base/values.h" #include "chrome/browser/favicon/favicon_service_factory.h" #include "chrome/browser/history/history_service_factory.h" #include "chrome/browser/profiles/profile.h" -#include "components/bookmarks/browser/bookmark_model.h" #include "components/bookmarks/browser/bookmark_node.h" -#include "components/bookmarks/browser/bookmark_utils.h" +#include "components/bookmarks/browser/bookmark_storage.h" #include "components/bookmarks/managed/managed_bookmark_service.h" #include "components/favicon/core/favicon_service.h" #include "components/history/core/browser/history_service.h" #include "components/history/core/browser/url_database.h" -#include "content/public/browser/browser_thread.h" -#include "content/public/browser/notification_details.h" -#include "content/public/browser/notification_source.h" #include "content/public/browser/user_metrics.h" -#include "grit/components_strings.h" -#include "policy/policy_constants.h" #include "ui/base/l10n/l10n_util.h" namespace { |