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

Unified Diff: Source/platform/Task.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/Supplementable.h ('k') | Source/platform/TaskSynchronizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Task.h
diff --git a/Source/platform/Task.h b/Source/platform/Task.h
index 67a97869d14d449e9241863f1acf8cbabe345af2..4589fdb69586e4092e018a2083fc094bddcbefeb 100644
--- a/Source/platform/Task.h
+++ b/Source/platform/Task.h
@@ -34,7 +34,7 @@
#include "public/platform/WebThread.h"
#include "wtf/Functional.h"
-namespace WebCore {
+namespace blink {
class Task : public blink::WebThread::Task {
public:
@@ -52,6 +52,6 @@ private:
Closure m_closure;
};
-} // namespace WebCore
+} // namespace blink
#endif // Task_h
« no previous file with comments | « Source/platform/Supplementable.h ('k') | Source/platform/TaskSynchronizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698