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 |