Index: public/platform/WebMessagePortChannelClient.h |
diff --git a/public/platform/WebMessagePortChannelClient.h b/public/platform/WebMessagePortChannelClient.h |
index 07ef9c93784558dfd96ed17d0159ba387eaaaef5..9389338bc37d6c01d478ca50332773e55574cf69 100644 |
--- a/public/platform/WebMessagePortChannelClient.h |
+++ b/public/platform/WebMessagePortChannelClient.h |
@@ -31,7 +31,7 @@ |
#ifndef WebMessagePortChannelClient_h |
#define WebMessagePortChannelClient_h |
-namespace WebKit { |
+namespace blink { |
// Provides an interface for users of WebMessagePortChannel to be notified |
// when messages are available. |
@@ -46,6 +46,6 @@ protected: |
~WebMessagePortChannelClient() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |