Index: public/web/WebConsoleMessage.h |
diff --git a/public/web/WebConsoleMessage.h b/public/web/WebConsoleMessage.h |
index a6af83fb521c3995bce5c6e31a3007924a0c6ee9..cf6a54ecf431251a64d1bc4eea281e3984d91a2a 100644 |
--- a/public/web/WebConsoleMessage.h |
+++ b/public/web/WebConsoleMessage.h |
@@ -33,7 +33,7 @@ |
#include "../platform/WebString.h" |
-namespace WebKit { |
+namespace blink { |
struct WebConsoleMessage { |
enum Level { |
@@ -54,6 +54,6 @@ struct WebConsoleMessage { |
, text(text) { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |