| Index: chrome/browser/chromeos/login/image_downloader.h
|
| diff --git a/chrome/browser/chromeos/login/image_downloader.h b/chrome/browser/chromeos/login/image_downloader.h
|
| index 06193bfad4c1b42d128ef47308d05f52a01483a5..31ab2a7c65bea471cae47334762b94b3397ec07b 100644
|
| --- a/chrome/browser/chromeos/login/image_downloader.h
|
| +++ b/chrome/browser/chromeos/login/image_downloader.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.
|
|
|
| @@ -31,7 +31,7 @@ class ImageDownloader : public URLFetcher::Delegate {
|
| // Overriden 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);
|
|
|