| Index: chrome_frame/metrics_service.cc
|
| diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
|
| index e94b069ce8bdc343329531a3d98f57bcde17d457..ebb23cf139a7b4e04eaa1609a803578352d7b762 100644
|
| --- a/chrome_frame/metrics_service.cc
|
| +++ b/chrome_frame/metrics_service.cc
|
| @@ -1,8 +1,7 @@
|
| -// 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.
|
|
|
| -
|
| //------------------------------------------------------------------------------
|
| // Description of the life cycle of a instance of MetricsService.
|
| //
|
| @@ -334,7 +333,7 @@ class ChromeFrameMetricsDataUploader
|
| // 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) {
|
|
|