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

Unified Diff: Source/platform/scroll/ScrollbarThemeAndroid.cpp

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
« no previous file with comments | « Source/platform/scroll/ScrollbarTheme.cpp ('k') | Source/platform/scroll/ScrollbarThemeAura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeAndroid.cpp
diff --git a/Source/platform/scroll/ScrollbarThemeAndroid.cpp b/Source/platform/scroll/ScrollbarThemeAndroid.cpp
index 04e0e6b7ea58c87544f2bd822502629e21a4396f..e2f180b36cc3fdc2e775331b16630121e6a6df53 100644
--- a/Source/platform/scroll/ScrollbarThemeAndroid.cpp
+++ b/Source/platform/scroll/ScrollbarThemeAndroid.cpp
@@ -28,7 +28,7 @@
#include "platform/scroll/ScrollbarThemeOverlay.h"
-namespace WebCore {
+namespace blink {
ScrollbarTheme* ScrollbarTheme::nativeTheme()
{
@@ -36,4 +36,4 @@ ScrollbarTheme* ScrollbarTheme::nativeTheme()
return &theme;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollbarTheme.cpp ('k') | Source/platform/scroll/ScrollbarThemeAura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698