Index: components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
index 6fc052b3f668964b4c09c445cd33fed700f325f4..027abbf8be8bb83a094fa0c334543db866db0587 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h |
@@ -112,7 +112,7 @@ class AutofillWebDataBackendImpl |
// Returns the local/server Autofill profiles from the web database. |
scoped_ptr<WDTypedResult> GetAutofillProfiles(WebDatabase* db); |
- scoped_ptr<WDTypedResult> GetAutofillServerProfiles(WebDatabase* db); |
+ scoped_ptr<WDTypedResult> GetServerProfiles(WebDatabase* db); |
// Updates Autofill entries in the web database. |
WebDatabase::State UpdateAutofillEntries( |