Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: ios/chrome/browser/sync/ios_chrome_sync_client.h

Issue 1460723004: [Sync] Remove the last datatype-specific deps from sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete outdated comment. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_driver/sync_client.h ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/ios_chrome_sync_client.h
diff --git a/ios/chrome/browser/sync/ios_chrome_sync_client.h b/ios/chrome/browser/sync/ios_chrome_sync_client.h
index a3bbcbbe4528194a53830bc52297cced7dd73128..d28686a70ae1d1847e65bc8c243335fd772bb48e 100644
--- a/ios/chrome/browser/sync/ios_chrome_sync_client.h
+++ b/ios/chrome/browser/sync/ios_chrome_sync_client.h
@@ -9,10 +9,18 @@
#include "base/memory/weak_ptr.h"
#include "components/sync_driver/sync_client.h"
+namespace autofill {
+class AutofillWebDataService;
+}
+
namespace ios {
class ChromeBrowserState;
}
+namespace password_manager {
+class PasswordStore;
+}
+
namespace sync_driver {
class SyncApiComponentFactory;
class SyncService;
@@ -30,7 +38,6 @@ class IOSChromeSyncClient : public sync_driver::SyncClient {
bookmarks::BookmarkModel* GetBookmarkModel() override;
favicon::FaviconService* GetFaviconService() override;
history::HistoryService* GetHistoryService() override;
- scoped_refptr<password_manager::PasswordStore> GetPasswordStore() override;
sync_driver::ClearBrowsingDataCallback GetClearBrowsingDataCallback()
override;
base::Closure GetPasswordStateChangedCallback() override;
@@ -38,7 +45,6 @@ class IOSChromeSyncClient : public sync_driver::SyncClient {
GetRegisterPlatformTypesCallback() override;
autofill::PersonalDataManager* GetPersonalDataManager() override;
invalidation::InvalidationService* GetInvalidationService() override;
- scoped_refptr<autofill::AutofillWebDataService> GetWebDataService() override;
BookmarkUndoService* GetBookmarkUndoServiceIfExists() override;
scoped_refptr<syncer::ExtensionsActivity> GetExtensionsActivity() override;
sync_sessions::SyncSessionsClient* GetSyncSessionsClient() override;
« no previous file with comments | « components/sync_driver/sync_client.h ('k') | ios/chrome/browser/sync/ios_chrome_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698