| Index: chrome/browser/chromeos/login/cookie_fetcher.h
|
| diff --git a/chrome/browser/chromeos/login/cookie_fetcher.h b/chrome/browser/chromeos/login/cookie_fetcher.h
|
| index 660a1642d86ddd7189d9feeb82ddd0add89f9631..f9290f78eb8a37a677daafa7f5d5509ac959c173 100644
|
| --- a/chrome/browser/chromeos/login/cookie_fetcher.h
|
| +++ b/chrome/browser/chromeos/login/cookie_fetcher.h
|
| @@ -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.
|
|
|
| @@ -47,7 +47,7 @@ class CookieFetcher : public URLFetcher::Delegate {
|
| // Overloaded from URLFetcher::Delegate.
|
| virtual void OnURLFetchComplete(const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data);
|
|
|