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

Unified Diff: src/counters.cc

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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
Index: src/counters.cc
diff --git a/src/counters.cc b/src/counters.cc
index 42b0574b373a71f8b3a0d86922b1b835e22ad794..7de25e98a3c10be9514de1ef484c1dbdc1f4c6e8 100644
--- a/src/counters.cc
+++ b/src/counters.cc
@@ -4,9 +4,9 @@
#include "src/v8.h"
+#include "src/base/platform/platform.h"
#include "src/counters.h"
#include "src/isolate.h"
-#include "src/platform.h"
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698