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

Unified Diff: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.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/WebScrollbarThemeClientImpl.h
diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
index 30e7738a8bacccd694b6d86467e1e7a56f6db69b..976a6bd6e944cffcc4f35e97fea66c5cb8cf56c6 100644
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h
@@ -39,7 +39,7 @@ class WebScrollbarThemeClientImpl : public ScrollbarThemeClient {
public:
// Caller must retain ownership of this pointer and ensure that its lifetime
// exceeds this instance.
- WebScrollbarThemeClientImpl(WebKit::WebScrollbar*);
+ WebScrollbarThemeClientImpl(blink::WebScrollbar*);
~WebScrollbarThemeClientImpl();
// Implement ScrollbarThemeClient interface
@@ -79,7 +79,7 @@ public:
virtual void setIsAlphaLocked(bool) OVERRIDE;
private:
- WebKit::WebScrollbar* m_scrollbar;
+ blink::WebScrollbar* m_scrollbar;
};
}

Powered by Google App Engine
This is Rietveld 408576698