Index: Source/platform/scroll/ScrollbarThemeOverlayMock.h |
diff --git a/Source/platform/scroll/ScrollbarThemeOverlayMock.h b/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
index ecbba083bb96487a53f0383819b1b20a684c78d7..1b676ea16a027b5d0a18583bad994605505ed689 100644 |
--- a/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
+++ b/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
@@ -33,7 +33,7 @@ |
#include "platform/scroll/ScrollbarThemeOverlay.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT ScrollbarThemeOverlayMock : public ScrollbarThemeOverlay { |
public: |
@@ -43,5 +43,5 @@ private: |
virtual bool isMockTheme() const OVERRIDE FINAL { return true; } |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ScrollbarThemeOverlayMock_h |