Index: Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp |
diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp b/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp |
index 849732a4208cccdfc998c58009730c18fbd72704..93def686f0ac31aa8179211da15c54a8b51c9b72 100644 |
--- a/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp |
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp |
@@ -33,9 +33,9 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
-PassOwnPtr<WebKit::WebScrollbarThemeGeometryNative> WebScrollbarThemeGeometryNative::create(WebCore::ScrollbarTheme* theme) |
+PassOwnPtr<blink::WebScrollbarThemeGeometryNative> WebScrollbarThemeGeometryNative::create(WebCore::ScrollbarTheme* theme) |
{ |
return adoptPtr(new WebScrollbarThemeGeometryNative(theme)); |
} |
@@ -154,4 +154,4 @@ void WebScrollbarThemeGeometryNative::splitTrack(WebScrollbar* scrollbar, const |
webEndTrack = endTrack; |
} |
-} // namespace WebKit |
+} // namespace blink |