Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlayMock.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.cpp ('k') | Source/platform/speech/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698