Index: chrome/browser/autofill/autofill_download.cc |
diff --git a/chrome/browser/autofill/autofill_download.cc b/chrome/browser/autofill/autofill_download.cc |
index 94d9129f9177cdade1e0ebbcb05dec58af205067..cc7e119c404101987c1558549b0eff9f2b918600 100644 |
--- a/chrome/browser/autofill/autofill_download.cc |
+++ b/chrome/browser/autofill/autofill_download.cc |
@@ -188,12 +188,13 @@ bool AutoFillDownloadManager::StartRequest( |
return true; |
} |
-void AutoFillDownloadManager::OnURLFetchComplete(const URLFetcher* source, |
- const GURL& url, |
- const URLRequestStatus& status, |
- int response_code, |
- const ResponseCookies& cookies, |
- const std::string& data) { |
+void AutoFillDownloadManager::OnURLFetchComplete( |
+ const URLFetcher* source, |
+ const GURL& url, |
+ const net::URLRequestStatus& status, |
+ int response_code, |
+ const ResponseCookies& cookies, |
+ const std::string& data) { |
std::map<URLFetcher *, FormRequestData>::iterator it = |
url_fetchers_.find(const_cast<URLFetcher*>(source)); |
if (it == url_fetchers_.end()) { |