Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2602)

Unified Diff: chrome/browser/renderer_host/x509_user_cert_resource_handler.h

Issue 6056007: net: Add namespace net to the remaining files under url_request directory. (Closed)
Patch Set: chromeos fixes Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/x509_user_cert_resource_handler.h
diff --git a/chrome/browser/renderer_host/x509_user_cert_resource_handler.h b/chrome/browser/renderer_host/x509_user_cert_resource_handler.h
index 8ae25f83613de61ab76f53f8731b360b2453a4f7..1c20cce97a29f115a8bbc26acd81df8ff3484f69 100644
--- a/chrome/browser/renderer_host/x509_user_cert_resource_handler.h
+++ b/chrome/browser/renderer_host/x509_user_cert_resource_handler.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.
@@ -14,10 +14,10 @@
namespace net {
class URLRequest;
+class URLRequestStatus;
} // namespace net
class ResourceDispatcherHost;
-class URLRequestStatus;
struct DownloadBuffer;
// This class handles the "application/x-x509-user-cert" mime-type
@@ -51,7 +51,7 @@ class X509UserCertResourceHandler : public ResourceHandler {
// Done downloading the certificate.
virtual bool OnResponseCompleted(int request_id,
- const URLRequestStatus& urs,
+ const net::URLRequestStatus& urs,
const std::string& sec_info);
virtual void OnRequestClosed();
« no previous file with comments | « chrome/browser/renderer_host/sync_resource_handler.h ('k') | chrome/browser/safe_browsing/client_side_detection_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698