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

Unified Diff: Source/platform/exported/WebCString.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/WebBlobData.cpp ('k') | Source/platform/exported/WebCommon.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebCString.cpp
diff --git a/Source/platform/exported/WebCString.cpp b/Source/platform/exported/WebCString.cpp
index a48abb41731c8cd8265c7344e571471a5bb29523..1d22b0341e6428da3fe8777cc85e7384fc797454 100644
--- a/Source/platform/exported/WebCString.cpp
+++ b/Source/platform/exported/WebCString.cpp
@@ -36,7 +36,7 @@
#include "wtf/text/CString.h"
#include <string.h>
-namespace WebKit {
+namespace blink {
int WebCString::compare(const WebCString& other) const
{
@@ -105,4 +105,4 @@ void WebCString::assign(WTF::CStringBuffer* p)
m_private = p;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebBlobData.cpp ('k') | Source/platform/exported/WebCommon.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698