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

Unified Diff: Source/platform/Timer.cpp

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/Timer.h ('k') | Source/platform/TraceEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Timer.cpp
diff --git a/Source/platform/Timer.cpp b/Source/platform/Timer.cpp
index 2bfd2df6e8c466069bb3267c6677caf6c1ab5e5e..7ca3953f6b12873b6f1cb3d4e125ad3df30b5270 100644
--- a/Source/platform/Timer.cpp
+++ b/Source/platform/Timer.cpp
@@ -37,7 +37,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
class TimerHeapReference;
@@ -412,5 +412,5 @@ double TimerBase::nextUnalignedFireInterval() const
return max(m_unalignedNextFireTime - monotonicallyIncreasingTime(), 0.0);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/Timer.h ('k') | Source/platform/TraceEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698