| Index: chrome/browser/safe_browsing/client_side_detection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_service.cc b/chrome/browser/safe_browsing/client_side_detection_service.cc
|
| index 14aac204d39ff5ac728af7d2e2c07cb3e3b1e6b7..5b2da22e5b0ca8cd46ff5e3f07a315ba08b763d4 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_service.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_service.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.
|
|
|
| @@ -105,7 +105,7 @@ void ClientSideDetectionService::SendClientReportPhishingRequest(
|
| void ClientSideDetectionService::OnURLFetchComplete(
|
| const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data) {
|
| @@ -275,7 +275,7 @@ void ClientSideDetectionService::StartClientReportPhishingRequest(
|
| void ClientSideDetectionService::HandleModelResponse(
|
| const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data) {
|
| @@ -306,7 +306,7 @@ void ClientSideDetectionService::HandleModelResponse(
|
| void ClientSideDetectionService::HandlePhishingVerdict(
|
| const URLFetcher* source,
|
| const GURL& url,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| int response_code,
|
| const ResponseCookies& cookies,
|
| const std::string& data) {
|
|
|