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

Unified Diff: Source/core/platform/Timer.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/core/platform/ThreadTimers.cpp ('k') | Source/core/platform/UUID.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Timer.cpp
diff --git a/Source/core/platform/Timer.cpp b/Source/core/platform/Timer.cpp
index 2d0c2da3af371f66045a0e66abd54f10d5d82e7a..c756e56b42389b5a3fc4b75b40db7e7babc82c88 100644
--- a/Source/core/platform/Timer.cpp
+++ b/Source/core/platform/Timer.cpp
@@ -25,14 +25,14 @@
*/
#include "config.h"
-#include "Timer.h"
+#include "core/platform/Timer.h"
-#include "SharedTimer.h"
-#include "ThreadGlobalData.h"
-#include "ThreadTimers.h"
#include <limits.h>
-#include <limits>
#include <math.h>
+#include <limits>
+#include "core/platform/SharedTimer.h"
+#include "core/platform/ThreadGlobalData.h"
+#include "core/platform/ThreadTimers.h"
#include <wtf/CurrentTime.h>
#include <wtf/HashSet.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/core/platform/ThreadTimers.cpp ('k') | Source/core/platform/UUID.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698