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

Unified Diff: Source/platform/exported/WebString.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
« no previous file with comments | « Source/platform/exported/WebSourceInfo.cpp ('k') | Source/platform/exported/WebThreadSafeData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebString.cpp
diff --git a/Source/platform/exported/WebString.cpp b/Source/platform/exported/WebString.cpp
index c3ed5dba29a6de0e81f86a05d92697ea437d9e5f..789e95d1e588daeadcbd5486ae9c240e0d6ecabd 100644
--- a/Source/platform/exported/WebString.cpp
+++ b/Source/platform/exported/WebString.cpp
@@ -37,7 +37,7 @@
#include "wtf/text/StringUTF8Adaptor.h"
#include "wtf/text/WTFString.h"
-namespace WebKit {
+namespace blink {
void WebString::reset()
{
@@ -157,4 +157,4 @@ void WebString::assign(WTF::StringImpl* p)
m_private = p;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebSourceInfo.cpp ('k') | Source/platform/exported/WebThreadSafeData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698