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

Unified Diff: public/platform/WebURLRequest.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « public/platform/WebURLLoadTiming.h ('k') | public/platform/WebURLResponse.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLRequest.h
diff --git a/public/platform/WebURLRequest.h b/public/platform/WebURLRequest.h
index 1ab3f7de88df7d875d67da769ac887b2dceb90c1..13de1bb8fa50b9af770939ade0e9db0128a4333b 100644
--- a/public/platform/WebURLRequest.h
+++ b/public/platform/WebURLRequest.h
@@ -35,12 +35,9 @@
#include "WebHTTPBody.h"
#include "WebReferrerPolicy.h"
-#if INSIDE_BLINK
-namespace blink { class ResourceRequest; }
-#endif
-
namespace blink {
+class ResourceRequest;
class WebCString;
class WebHTTPBody;
class WebHTTPHeaderVisitor;
@@ -227,8 +224,8 @@ public:
BLINK_PLATFORM_EXPORT void setPriority(Priority);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT blink::ResourceRequest& toMutableResourceRequest();
- BLINK_PLATFORM_EXPORT const blink::ResourceRequest& toResourceRequest() const;
+ BLINK_PLATFORM_EXPORT ResourceRequest& toMutableResourceRequest();
+ BLINK_PLATFORM_EXPORT const ResourceRequest& toResourceRequest() const;
#endif
protected:
« no previous file with comments | « public/platform/WebURLLoadTiming.h ('k') | public/platform/WebURLResponse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698