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

Unified Diff: Source/platform/JSONValues.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/JSONValues.h ('k') | Source/platform/KeyboardCodes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/JSONValues.cpp
diff --git a/Source/platform/JSONValues.cpp b/Source/platform/JSONValues.cpp
index 0cb21c6e429e55334045b7f9bb759f23b6e77d8f..a9ddf8815a257f11c3af86e4538aa6717eb50a91 100644
--- a/Source/platform/JSONValues.cpp
+++ b/Source/platform/JSONValues.cpp
@@ -35,7 +35,7 @@
#include "wtf/MathExtras.h"
#include "wtf/text/StringBuilder.h"
-namespace WebCore {
+namespace blink {
namespace {
@@ -526,4 +526,4 @@ PassRefPtr<JSONValue> JSONArrayBase::get(size_t index)
return m_data[index];
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/JSONValues.h ('k') | Source/platform/KeyboardCodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698