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

Unified Diff: public/web/WebCachedURLRequest.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/web/WebCache.h ('k') | public/web/WebColorSuggestion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebCachedURLRequest.h
diff --git a/public/web/WebCachedURLRequest.h b/public/web/WebCachedURLRequest.h
index c88917115c1e191854eb976cbc0579b407ab2137..8092054c26f98e16e629d2811e5baf3a200b8fdf 100644
--- a/public/web/WebCachedURLRequest.h
+++ b/public/web/WebCachedURLRequest.h
@@ -35,7 +35,7 @@
#include "../platform/WebPrivateOwnPtr.h"
#include "../platform/WebString.h"
-namespace WebCore { class FetchRequest; }
+namespace blink { class FetchRequest; }
namespace blink {
@@ -54,14 +54,14 @@ public:
BLINK_EXPORT WebString initiatorName() const;
#if BLINK_IMPLEMENTATION
- explicit WebCachedURLRequest(WebCore::FetchRequest*);
+ explicit WebCachedURLRequest(blink::FetchRequest*);
#endif
private:
WebCachedURLRequest(const WebCachedURLRequest&);
WebCachedURLRequest& operator=(const WebCachedURLRequest&);
- WebCore::FetchRequest* m_private;
+ blink::FetchRequest* m_private;
mutable WebPrivateOwnPtr<WrappedResourceRequest> m_resourceRequestWrapper;
};
« no previous file with comments | « public/web/WebCache.h ('k') | public/web/WebColorSuggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698