Index: public/web/WebDOMActivityLogger.h |
diff --git a/public/web/WebDOMActivityLogger.h b/public/web/WebDOMActivityLogger.h |
index fc77c89a4c9187e560523d725faec8e326d92dd0..9664be511079edd673e0f8a3ae8e967eb9b86705 100644 |
--- a/public/web/WebDOMActivityLogger.h |
+++ b/public/web/WebDOMActivityLogger.h |
@@ -36,7 +36,7 @@ |
#include "../platform/WebURL.h" |
#include <v8.h> |
-namespace WebKit { |
+namespace blink { |
class WebDOMActivityLogger { |
public: |
@@ -52,6 +52,6 @@ BLINK_EXPORT bool hasDOMActivityLogger(int worldId); |
// with the world identified by worldId (worldId may be 0 identifying the main world). |
BLINK_EXPORT void setDOMActivityLogger(int worldId, WebDOMActivityLogger*); |
-} // namespace WebKit |
+} // namespace blink |
#endif |