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

Unified Diff: android_webview/native/aw_autofill_client.cc

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: android_webview/native/aw_autofill_client.cc
diff --git a/android_webview/native/aw_autofill_client.cc b/android_webview/native/aw_autofill_client.cc
index aa7f245b999d5c40e409c85cfe713c2fdb579e3a..5fc642e2790c0d06704bfe8bd13b9439118bda46 100644
--- a/android_webview/native/aw_autofill_client.cc
+++ b/android_webview/native/aw_autofill_client.cc
@@ -71,7 +71,7 @@ PrefService* AwAutofillClient::GetPrefs() {
AwContentBrowserClient::GetAwBrowserContext());
}
-syncer::SyncService* AwAutofillClient::GetSyncService() {
+sync_driver::SyncService* AwAutofillClient::GetSyncService() {
return nullptr;
}
@@ -175,11 +175,14 @@ bool AwAutofillClient::IsAutocompleteEnabled() {
void AwAutofillClient::PropagateAutofillPredictions(
content::RenderFrameHost* rfh,
- const std::vector<autofill::FormStructure*>& forms) {}
+ const std::vector<autofill::FormStructure*>& forms) {
+
+}
void AwAutofillClient::DidFillOrPreviewField(
const base::string16& autofilled_value,
- const base::string16& profile_full_name) {}
+ const base::string16& profile_full_name) {
+}
void AwAutofillClient::OnFirstUserGestureObserved() {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698