Index: public/web/WebViewClient.h |
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
index 0000ff606bbe9b2e78d4cc8d4d4cdaf227322e15..740e8205d36c89041edf077ce28497cba2d0c9e8 100644 |
--- a/public/web/WebViewClient.h |
+++ b/public/web/WebViewClient.h |
@@ -45,7 +45,7 @@ |
#include "WebTextDirection.h" |
#include "WebWidgetClient.h" |
-namespace WebKit { |
+namespace blink { |
class WebAXObject; |
class WebColorChooser; |
@@ -387,6 +387,6 @@ protected: |
~WebViewClient() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |