diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_download.cc')
| -rw-r--r-- | chrome/browser/autofill/autofill_download.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_download.cc b/chrome/browser/autofill/autofill_download.cc index a8ce10e..28ff45ed 100644 --- a/chrome/browser/autofill/autofill_download.cc +++ b/chrome/browser/autofill/autofill_download.cc @@ -266,7 +266,7 @@ void AutofillDownloadManager::OnURLFetchComplete( const GURL& url, const net::URLRequestStatus& status, int response_code, - const ResponseCookies& cookies, + const net::ResponseCookies& cookies, const std::string& data) { std::map<URLFetcher *, FormRequestData>::iterator it = url_fetchers_.find(const_cast<URLFetcher*>(source)); |
