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

Unified Diff: Source/platform/exported/WebURLRequestPrivate.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/exported/WebURLRequest.cpp ('k') | Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebURLRequestPrivate.h
diff --git a/Source/platform/exported/WebURLRequestPrivate.h b/Source/platform/exported/WebURLRequestPrivate.h
index 47d634297f84cef8a4dd3009c07e2f6343f6465a..9aaa18d129099e3a5a82cca7e2a4e0f1387d13d0 100644
--- a/Source/platform/exported/WebURLRequestPrivate.h
+++ b/Source/platform/exported/WebURLRequestPrivate.h
@@ -31,7 +31,7 @@
#ifndef WebURLRequestPrivate_h
#define WebURLRequestPrivate_h
-namespace WebCore { class ResourceRequest; }
+namespace blink { class ResourceRequest; }
namespace blink {
@@ -45,7 +45,7 @@ public:
// Called by WebURLRequest when it no longer needs this object.
virtual void dispose() = 0;
- WebCore::ResourceRequest* m_resourceRequest;
+ blink::ResourceRequest* m_resourceRequest;
};
} // namespace blink
« no previous file with comments | « Source/platform/exported/WebURLRequest.cpp ('k') | Source/platform/exported/WebURLResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698