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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months 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
Index: ios/chrome/browser/ui/autofill/autofill_client_ios.h
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.h b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
index 8f049dce943191388a7c60e1dd933301b18fde7d..8ce38aebc4619450709b450bf8799697c2a4ad27 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
@@ -6,7 +6,6 @@
#define IOS_CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_CLIENT_IOS_H_
#include <memory>
-#include <string>
#include <vector>
#include "base/compiler_specific.h"
@@ -29,7 +28,7 @@ namespace password_manager {
class PasswordGenerationManager;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
@@ -53,7 +52,7 @@ class AutofillClientIOS : public AutofillClient {
// AutofillClient implementation.
PersonalDataManager* GetPersonalDataManager() override;
PrefService* GetPrefs() override;
- syncer::SyncService* GetSyncService() override;
+ sync_driver::SyncService* GetSyncService() override;
IdentityProvider* GetIdentityProvider() override;
rappor::RapporService* GetRapporService() override;
void ShowAutofillSettings() override;
« no previous file with comments | « ios/chrome/browser/sync/sync_setup_service_mock.cc ('k') | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698