| Index: chrome/browser/intranet_redirect_detector.h
 | 
| diff --git a/chrome/browser/intranet_redirect_detector.h b/chrome/browser/intranet_redirect_detector.h
 | 
| index 1861dceda7c21df4f9a4c493367949805bc0f9d4..5e920cf10afade7d5b69a86afc14ab885bef9c38 100644
 | 
| --- a/chrome/browser/intranet_redirect_detector.h
 | 
| +++ b/chrome/browser/intranet_redirect_detector.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.
 | 
|  
 | 
| @@ -71,7 +71,7 @@ class IntranetRedirectDetector : public URLFetcher::Delegate,
 | 
|    // 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);
 | 
| 
 |