diff options
Diffstat (limited to 'chrome/browser/net/sdch_dictionary_fetcher.cc')
| -rw-r--r-- | chrome/browser/net/sdch_dictionary_fetcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/sdch_dictionary_fetcher.cc b/chrome/browser/net/sdch_dictionary_fetcher.cc index 4cd8211..4707c95 100644 --- a/chrome/browser/net/sdch_dictionary_fetcher.cc +++ b/chrome/browser/net/sdch_dictionary_fetcher.cc @@ -74,7 +74,7 @@ void SdchDictionaryFetcher::OnURLFetchComplete( const GURL& url, const net::URLRequestStatus& status, int response_code, - const ResponseCookies& cookies, + const net::ResponseCookies& cookies, const std::string& data) { if ((200 == response_code) && (status.status() == net::URLRequestStatus::SUCCESS)) |
