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

Unified Diff: chrome_frame/cfproxy.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
« no previous file with comments | « chrome/test/test_url_request_context_getter.h ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/cfproxy.h
diff --git a/chrome_frame/cfproxy.h b/chrome_frame/cfproxy.h
index b32bf78b2660fa6516530610a35b55a9b0ed55f2..af863412c2b96c92ba839fd8360ae6844581a49f 100644
--- a/chrome_frame/cfproxy.h
+++ b/chrome_frame/cfproxy.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.
@@ -32,7 +32,6 @@ enum AutomationPageFontSize {
class ChromeProxyDelegate;
class ChromeProxyFactory;
class GURL;
-class URLRequestStatus;
struct AttachExternalTabParams;
struct AutomationURLRequest;
struct ExternalTabSettings;
@@ -40,6 +39,10 @@ struct MiniContextMenuParams;
struct NavigationInfo;
struct ProxyParams;
+namespace net {
+class URLRequestStatus;
+} // namespace net
+
// Some callers of synchronous messages wants a context to be passed back
// in order to identify the call they made. Presumably one can make
// multiple sync calls of same type (as async) and want to identify what
« no previous file with comments | « chrome/test/test_url_request_context_getter.h ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698