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

Unified Diff: public/platform/WebWorkerRunLoop.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 d790a230c57359cb83f7d70fbefeb6517031be1b..2557791b3878a8aa18a7781b188cc09bbcf9bab4 100644
--- a/public/platform/WebWorkerRunLoop.h
+++ b/public/platform/WebWorkerRunLoop.h
@@ -27,7 +27,7 @@
#include "WebCommon.h"
-namespace WebCore {
+namespace blink {
class WorkerRunLoop;
}
@@ -47,11 +47,11 @@ public:
BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
#if BLINK_IMPLEMENTATION
- WebWorkerRunLoop(WebCore::WorkerRunLoop*);
+ WebWorkerRunLoop(blink::WorkerRunLoop*);
#endif
private:
- WebCore::WorkerRunLoop* m_workerRunLoop;
+ blink::WorkerRunLoop* m_workerRunLoop;
};
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