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

Unified Diff: Source/core/platform/chromium/support/WebScrollbarImpl.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/core/platform/chromium/support/WebScrollbarImpl.cpp
diff --git a/Source/core/platform/chromium/support/WebScrollbarImpl.cpp b/Source/core/platform/chromium/support/WebScrollbarImpl.cpp
index 53b0d49d4c7cc2d274481ba08dc3abfe238da2ff..b8a9106762ff051a2262d504f7b6b0a35f70388c 100644
--- a/Source/core/platform/chromium/support/WebScrollbarImpl.cpp
+++ b/Source/core/platform/chromium/support/WebScrollbarImpl.cpp
@@ -29,7 +29,7 @@
#include "core/platform/Scrollbar.h"
#include "platform/geometry/IntRect.h"
-namespace WebKit {
+namespace blink {
WebScrollbarImpl::WebScrollbarImpl(WebCore::Scrollbar* scrollbar)
: m_scrollbar(scrollbar)
@@ -138,4 +138,4 @@ void WebScrollbarImpl::setIsAlphaLocked(bool flag)
m_scrollbar->setIsAlphaLocked(flag);
}
-} // namespace WebKit
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698