Index: Source/platform/Clock.cpp |
diff --git a/Source/platform/Clock.cpp b/Source/platform/Clock.cpp |
index f7b4ef51be5f084eef79938f65305cde0f741c1b..20cc25acff0746b262450aaf5275475db2689cd1 100644 |
--- a/Source/platform/Clock.cpp |
+++ b/Source/platform/Clock.cpp |
@@ -28,7 +28,7 @@ |
#include "wtf/CurrentTime.h" |
-namespace WebCore { |
+namespace blink { |
Clock::Clock() |
: m_running(false) |
@@ -92,4 +92,4 @@ PassOwnPtr<Clock> Clock::create() |
return adoptPtr(new Clock()); |
} |
-} // namespace WebCore |
+} // namespace blink |