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

Unified Diff: Source/platform/exported/WebScrollbarThemeClientImpl.h

Issue 458313005: Cleanup namespace usage from animation to exported in platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup namespace usage from animation to exported in platform/ Created 6 years, 4 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
Index: Source/platform/exported/WebScrollbarThemeClientImpl.h
diff --git a/Source/platform/exported/WebScrollbarThemeClientImpl.h b/Source/platform/exported/WebScrollbarThemeClientImpl.h
index 12f384c43307c8be9a5bcd1deaae10ea1f8bc342..8c4fb1de11adfe9bc2610525fca6172b3dbc4cfd 100644
--- a/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -40,7 +40,7 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl : public ScrollbarThemeClient
public:
// Caller must retain ownership of this pointer and ensure that its lifetime
// exceeds this instance.
- WebScrollbarThemeClientImpl(blink::WebScrollbar*);
+ WebScrollbarThemeClientImpl(WebScrollbar*);
virtual ~WebScrollbarThemeClientImpl();
// Implement ScrollbarThemeClient interface
@@ -80,9 +80,9 @@ public:
virtual void setIsAlphaLocked(bool) OVERRIDE;
private:
- blink::WebScrollbar* m_scrollbar;
+ WebScrollbar* m_scrollbar;
};
-}
+} // namespace blink
#endif // WebScrollbarThemeClientImpl_h
« no previous file with comments | « Source/platform/exported/WebScrollbarImpl.cpp ('k') | Source/platform/exported/WebScrollbarThemeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698