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

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

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/WrappedResourceRequest.h ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WrappedResourceResponse.h
diff --git a/Source/platform/exported/WrappedResourceResponse.h b/Source/platform/exported/WrappedResourceResponse.h
index 8ad1d7b2335044f80f1493375ac56d72e58ecbc4..ef49cc90b1c97151cd3fee030b1d788c5e1b4393 100644
--- a/Source/platform/exported/WrappedResourceResponse.h
+++ b/Source/platform/exported/WrappedResourceResponse.h
@@ -34,7 +34,7 @@
#include "platform/exported/WebURLResponsePrivate.h"
#include "public/platform/WebURLResponse.h"
-namespace WebKit {
+namespace blink {
class WrappedResourceResponse : public WebURLResponse {
public:
@@ -75,6 +75,6 @@ private:
Handle m_handle;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/exported/WrappedResourceRequest.h ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698