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

Unified Diff: public/platform/WebSchedulerProxy.h

Issue 462843003: Cleanup namespace usage in public/platform/{Web[P-W]*,linux/*}.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « public/platform/WebRect.h ('k') | public/platform/WebScrollOffsetAnimationCurve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSchedulerProxy.h
diff --git a/public/platform/WebSchedulerProxy.h b/public/platform/WebSchedulerProxy.h
index eee2cf53a7a5b76e8c17cc5f8fb51d22e57adf70..f59ff991caf0d8e6e2a9fcb8f6e0cd6785a9632b 100644
--- a/public/platform/WebSchedulerProxy.h
+++ b/public/platform/WebSchedulerProxy.h
@@ -8,11 +8,8 @@
#include "WebThread.h"
namespace blink {
-class Scheduler;
-}
-
-namespace blink {
+class Scheduler;
class WebTraceLocation;
// This class is used to submit tasks to Blink's main thread scheduler.
@@ -33,7 +30,7 @@ public:
private:
WebSchedulerProxy();
- blink::Scheduler* m_scheduler;
+ Scheduler* m_scheduler;
};
} // namespace blink
« no previous file with comments | « public/platform/WebRect.h ('k') | public/platform/WebScrollOffsetAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698