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

Unified Diff: Source/platform/scroll/ScrollbarThemeNonMacCommon.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/ScrollbarThemeNonMacCommon.h
diff --git a/Source/platform/scroll/ScrollbarThemeNonMacCommon.h b/Source/platform/scroll/ScrollbarThemeNonMacCommon.h
index 35f7431ccc354134e9036701ac8c9dd0ad5f1cc9..02f4820009f9a9b38d686a7383cf35a9df1316db 100644
--- a/Source/platform/scroll/ScrollbarThemeNonMacCommon.h
+++ b/Source/platform/scroll/ScrollbarThemeNonMacCommon.h
@@ -33,7 +33,7 @@
#include "platform/scroll/ScrollbarTheme.h"
-namespace WebCore {
+namespace blink {
class PlatformMouseEvent;
@@ -52,6 +52,6 @@ protected:
virtual IntSize buttonSize(ScrollbarThemeClient*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMock.cpp ('k') | Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698