| Index: chrome/browser/net/chrome_dns_cert_provenance_checker.cc
|
| diff --git a/chrome/browser/net/chrome_dns_cert_provenance_checker.cc b/chrome/browser/net/chrome_dns_cert_provenance_checker.cc
|
| index fe0ca9d21cdc950393dfed1b683aa9b5a684c4fa..c7ecb6e14de4e303abbf04eb9fb5d9fb9bea70d1 100644
|
| --- a/chrome/browser/net/chrome_dns_cert_provenance_checker.cc
|
| +++ b/chrome/browser/net/chrome_dns_cert_provenance_checker.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.
|
|
|
| @@ -79,7 +79,7 @@ class ChromeDnsCertProvenanceChecker :
|
|
|
| // Delegate implementation
|
| void OnResponseStarted(net::URLRequest* request) {
|
| - const URLRequestStatus& status(request->status());
|
| + const net::URLRequestStatus& status(request->status());
|
| if (!status.is_success()) {
|
| LOG(WARNING) << "Certificate upload failed"
|
| << " status:" << status.status()
|
|
|