Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / FramelessScrollViewClient.h
index d98a4f0..f81bdd1 100644 (file)
@@ -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