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

Unified Diff: components/autofill/core/browser/autofill_download_unittest.cc

Issue 196603015: [Autofill] Cleanup: Remove the --autofill-service-url flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git cl format Created 6 years, 9 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: components/autofill/core/browser/autofill_download_unittest.cc
diff --git a/components/autofill/core/browser/autofill_download_unittest.cc b/components/autofill/core/browser/autofill_download_unittest.cc
index 978fc65736ee7f03dafc71dd5dd8961799923f5f..0959541463d69f9b788d4de367698c1acf2c694a 100644
--- a/components/autofill/core/browser/autofill_download_unittest.cc
+++ b/components/autofill/core/browser/autofill_download_unittest.cc
@@ -93,7 +93,7 @@ class AutofillDownloadTest : public AutofillDownloadManager::Observer,
virtual void OnServerRequestError(
const std::string& form_signature,
- AutofillDownloadManager::AutofillRequestType request_type,
+ AutofillDownloadManager::RequestType request_type,
int http_error) OVERRIDE {
ResponseData response;
response.signature = form_signature;
« no previous file with comments | « components/autofill/core/browser/autofill_download.cc ('k') | components/autofill/core/browser/autofill_download_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698