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

Unified Diff: Source/platform/TracedValue.h

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/TraceLocation.h ('k') | Source/platform/TracedValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TracedValue.h
diff --git a/Source/platform/TracedValue.h b/Source/platform/TracedValue.h
index db7cb2062a70e46070612476b82ea9b56ff8d91a..1e8238ae95cb2d87fe3e50927212d7fcc23ccca5 100644
--- a/Source/platform/TracedValue.h
+++ b/Source/platform/TracedValue.h
@@ -10,7 +10,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class JSONArray;
class JSONObject;
class JSONValue;
@@ -260,6 +260,6 @@ public:
PassRefPtr<TraceEvent::ConvertableToTraceFormat> finish();
};
-} // namespace WebCore
+} // namespace blink
#endif // TracedValue_h
« no previous file with comments | « Source/platform/TraceLocation.h ('k') | Source/platform/TracedValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698