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

Unified Diff: public/web/mac/WebScrollbarTheme.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
« no previous file with comments | « public/web/mac/WebInputEventFactory.h ('k') | public/web/mac/WebSubstringUtil.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/mac/WebScrollbarTheme.h
diff --git a/public/web/mac/WebScrollbarTheme.h b/public/web/mac/WebScrollbarTheme.h
index 48a2afccd4f74361db021166c6aeb115284546cb..66cff89944e0d58c85f0ac5d4a5e0eb0fc1c1a6e 100644
--- a/public/web/mac/WebScrollbarTheme.h
+++ b/public/web/mac/WebScrollbarTheme.h
@@ -33,7 +33,7 @@
#include "public/platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
class WebScrollbarTheme {
public:
@@ -47,6 +47,6 @@ public:
bool jumpOnTrackClick, bool redraw);
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/mac/WebInputEventFactory.h ('k') | public/web/mac/WebSubstringUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698