| Index: chrome/browser/chromeos/login/apply_services_customization.h
 | 
| diff --git a/chrome/browser/chromeos/login/apply_services_customization.h b/chrome/browser/chromeos/login/apply_services_customization.h
 | 
| index 32e7d9ad35dad5608c2bb2fdc0b1e38541f1b21d..757ce7c4fa76fad1112e5e21cdbf4222a093ae2f 100644
 | 
| --- a/chrome/browser/chromeos/login/apply_services_customization.h
 | 
| +++ b/chrome/browser/chromeos/login/apply_services_customization.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.
 | 
|  
 | 
| @@ -43,7 +43,7 @@ class ApplyServicesCustomization : 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);
 | 
| 
 |