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

Unified Diff: android_webview/native/aw_autofill_client.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
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_autofill_client.h
diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
index 92e1af913c17a48bceb96103d59d49fedf519799..8c0f8060495aa3418a0bb6c35996e207c456739d 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -6,8 +6,6 @@
#define ANDROID_WEBVIEW_NATIVE_AW_AUTOFILL_CLIENT_H_
#include <jni.h>
-#include <memory>
-#include <string>
#include <vector>
#include "base/android/jni_weak_ref.h"
@@ -38,7 +36,7 @@ namespace gfx {
class RectF;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
@@ -66,7 +64,7 @@ class AwAutofillClient : public autofill::AutofillClient,
autofill::PersonalDataManager* GetPersonalDataManager() override;
scoped_refptr<autofill::AutofillWebDataService> GetDatabase() override;
PrefService* GetPrefs() override;
- syncer::SyncService* GetSyncService() override;
+ sync_driver::SyncService* GetSyncService() override;
IdentityProvider* GetIdentityProvider() override;
rappor::RapporService* GetRapporService() override;
void ShowAutofillSettings() override;
@@ -114,7 +112,7 @@ class AwAutofillClient : public autofill::AutofillClient,
jint position);
private:
- explicit AwAutofillClient(content::WebContents* web_contents);
+ AwAutofillClient(content::WebContents* web_contents);
friend class content::WebContentsUserData<AwAutofillClient>;
void ShowAutofillPopupImpl(
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698