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 |