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

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

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.h
diff --git a/Source/core/platform/chromium/support/WebScrollbarImpl.h b/Source/core/platform/chromium/support/WebScrollbarImpl.h
index e5459ded05b32afe7c8eee65b9fedec90c7e80c9..2be73d55b9fca8139ccd9ca1a66de15073761d6c 100644
--- a/Source/core/platform/chromium/support/WebScrollbarImpl.h
+++ b/Source/core/platform/chromium/support/WebScrollbarImpl.h
@@ -31,13 +31,13 @@ namespace WebCore {
class Scrollbar;
}
-namespace WebKit {
+namespace blink {
class WebScrollbarImpl : public WebScrollbar {
public:
explicit WebScrollbarImpl(WebCore::Scrollbar*);
- // Implement WebKit::WebScrollbar methods
+ // Implement blink::WebScrollbar methods
virtual bool isOverlay() const OVERRIDE;
virtual int value() const OVERRIDE;
virtual WebPoint location() const OVERRIDE;
@@ -62,6 +62,6 @@ private:
RefPtr<WebCore::Scrollbar> m_scrollbar;
};
-} // namespace WebKit
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698