Index: Source/platform/scroll/FramelessScrollViewClient.h |
diff --git a/Source/platform/scroll/FramelessScrollViewClient.h b/Source/platform/scroll/FramelessScrollViewClient.h |
index d98a4f002f58f71fe3ce34edae986f1bb1d83984..f81bdd11a7e6524c235d4ba07a56f16084068fe5 100644 |
--- a/Source/platform/scroll/FramelessScrollViewClient.h |
+++ b/Source/platform/scroll/FramelessScrollViewClient.h |
@@ -34,7 +34,7 @@ |
#include "platform/HostWindow.h" |
#include "platform/PlatformExport.h" |
-namespace WebCore { |
+namespace blink { |
class FramelessScrollView; |
class PLATFORM_EXPORT FramelessScrollViewClient : public HostWindow { |
@@ -42,6 +42,6 @@ public: |
virtual void popupClosed(FramelessScrollView*) = 0; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |