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

Unified Diff: Source/platform/exported/Platform.cpp

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
Index: Source/platform/exported/Platform.cpp
diff --git a/Source/platform/exported/Platform.cpp b/Source/platform/exported/Platform.cpp
index bf87d3e7323a8f979399f7b6f3f71a064a038060..7973183f8a251770df58646058a044e8f9364f86 100644
--- a/Source/platform/exported/Platform.cpp
+++ b/Source/platform/exported/Platform.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "public/platform/Platform.h"
-namespace WebKit {
+namespace blink {
static Platform* s_platform = 0;
@@ -50,4 +50,4 @@ Platform* Platform::current()
return s_platform;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/drm/ContentDecryptionModuleSession.cpp ('k') | Source/platform/exported/WebActiveGestureAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698