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

Unified Diff: Source/web/WebEntities.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/web/WebEntities.h ('k') | Source/web/WebFileChooserCompletionImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEntities.cpp
diff --git a/Source/web/WebEntities.cpp b/Source/web/WebEntities.cpp
index e3d1186e9a0b8f3d46e7878450b63b7af924d8ae..dd08b878c96a2c203b87d7ac981154cf3d7db6da 100644
--- a/Source/web/WebEntities.cpp
+++ b/Source/web/WebEntities.cpp
@@ -37,7 +37,7 @@
#include "wtf/text/StringBuilder.h"
#include "wtf/text/WTFString.h"
-namespace WebKit {
+namespace blink {
WebEntities::WebEntities(bool xmlEntities)
{
@@ -84,4 +84,4 @@ String WebEntities::convertEntitiesInString(const String& value) const
return result.toString();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebEntities.h ('k') | Source/web/WebFileChooserCompletionImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698