summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2016-02-01 05:42:14 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-01 13:43:23 +0000
commit070a510da9d775ac7b31dc6bfd5e37a7fe9153c8 (patch)
treef5bcee0c8b1c1d47295972cb587732dcd37f8989 /ios/chrome/browser/BUILD.gn
parent45744b43185f91f8f3e3a0ee7ea6de44d882b8d7 (diff)
downloadchromium_src-070a510da9d775ac7b31dc6bfd5e37a7fe9153c8.zip
chromium_src-070a510da9d775ac7b31dc6bfd5e37a7fe9153c8.tar.gz
chromium_src-070a510da9d775ac7b31dc6bfd5e37a7fe9153c8.tar.bz2
Change ownership of BookmarkClient.
BookmarkModel now owns the BookmarkClient (there is no real need for BookmarkClient to be a KeyedService). As was found in other components having the client be owned by the service reduce the risk of breaking the componentization. BUG=None Review URL: https://codereview.chromium.org/1586013002 Cr-Commit-Position: refs/heads/master@{#372654}
Diffstat (limited to 'ios/chrome/browser/BUILD.gn')
-rw-r--r--ios/chrome/browser/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index cea1de6..c95a033 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -53,8 +53,6 @@ source_set("browser") {
"autofill/form_suggestion_view_client.h",
"autofill/personal_data_manager_factory.cc",
"autofill/personal_data_manager_factory.h",
- "bookmarks/bookmark_client_factory.cc",
- "bookmarks/bookmark_client_factory.h",
"bookmarks/bookmark_client_impl.cc",
"bookmarks/bookmark_client_impl.h",
"bookmarks/bookmark_model_factory.cc",