| Index: chrome/browser/chromeos/login/apply_services_customization.cc
|
| diff --git a/chrome/browser/chromeos/login/apply_services_customization.cc b/chrome/browser/chromeos/login/apply_services_customization.cc
|
| index b778a5e0b7c703b978277fdb1d87b2d328cf2d7b..58e8e1d1071279bce916a10bdfd8d231e45ff1fd 100644
|
| --- a/chrome/browser/chromeos/login/apply_services_customization.cc
|
| +++ b/chrome/browser/chromeos/login/apply_services_customization.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.
|
|
|
| @@ -104,7 +104,7 @@ void ApplyServicesCustomization::StartFileFetch() {
|
| void ApplyServicesCustomization::OnURLFetchComplete(
|
| const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data) {
|
|
|