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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlay.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/ScrollbarThemeOverlay.h
diff --git a/Source/platform/scroll/ScrollbarThemeOverlay.h b/Source/platform/scroll/ScrollbarThemeOverlay.h
index d4c8103176cb85bdcbee979828a1b4b940cf2d13..48a9ac75f88d4cf50e8aa3b70ddb7dead0c95799 100644
--- a/Source/platform/scroll/ScrollbarThemeOverlay.h
+++ b/Source/platform/scroll/ScrollbarThemeOverlay.h
@@ -29,7 +29,7 @@
#include "platform/graphics/Color.h"
#include "platform/scroll/ScrollbarTheme.h"
-namespace WebCore {
+namespace blink {
// This scrollbar theme is used to get overlay scrollbar for platforms other
// than Mac. Mac's overlay scrollbars are in ScrollbarThemeMac*.
@@ -66,6 +66,6 @@ private:
const bool m_useSolidColor;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp ('k') | Source/platform/scroll/ScrollbarThemeOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698