Index: chrome/browser/chromeos/login/cookie_fetcher.cc |
diff --git a/chrome/browser/chromeos/login/cookie_fetcher.cc b/chrome/browser/chromeos/login/cookie_fetcher.cc |
index 10dde76431e7cc90ca7a73da1ec5d06ade76d4ef..22fb2da02361588bf8ba4274ed764c4a8cd7d296 100644 |
--- a/chrome/browser/chromeos/login/cookie_fetcher.cc |
+++ b/chrome/browser/chromeos/login/cookie_fetcher.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -34,7 +34,7 @@ void CookieFetcher::AttemptFetch(const std::string& credentials) { |
void CookieFetcher::OnURLFetchComplete(const URLFetcher* source, |
const GURL& url, |
- const URLRequestStatus& status, |
+ const net::URLRequestStatus& status, |
int response_code, |
const ResponseCookies& cookies, |
const std::string& data) { |