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

Unified Diff: public/platform/WebWorkerRunLoop.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/WebURLResponse.h ('k') | public/platform/linux/WebFontRenderStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebWorkerRunLoop.h
diff --git a/public/platform/WebWorkerRunLoop.h b/public/platform/WebWorkerRunLoop.h
index c6adda310a3f0edad26b7965c26f023815940f56..748d111a25722d813c934b89fd778df990c4b2e0 100644
--- a/public/platform/WebWorkerRunLoop.h
+++ b/public/platform/WebWorkerRunLoop.h
@@ -28,10 +28,8 @@
#include "WebCommon.h"
namespace blink {
-class WorkerThread;
-}
-namespace blink {
+class WorkerThread;
class WebWorkerRunLoop {
public:
@@ -47,11 +45,11 @@ public:
BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
#if BLINK_IMPLEMENTATION
- WebWorkerRunLoop(blink::WorkerThread*);
+ WebWorkerRunLoop(WorkerThread*);
#endif
private:
- blink::WorkerThread* m_workerThread;
+ WorkerThread* m_workerThread;
};
inline bool operator==(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
« no previous file with comments | « public/platform/WebURLResponse.h ('k') | public/platform/linux/WebFontRenderStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698