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

Unified Diff: src/runtime-profiler.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/runtime-profiler.cc
diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc
index cba563f601824ed7c95afac0cfc025251dd2e62e..afbda623fe6db4fdcee661bc01b5b395ff01a6cd 100644
--- a/src/runtime-profiler.cc
+++ b/src/runtime-profiler.cc
@@ -7,6 +7,7 @@
#include "src/runtime-profiler.h"
#include "src/assembler.h"
+#include "src/base/platform/platform.h"
#include "src/bootstrapper.h"
#include "src/code-stubs.h"
#include "src/compilation-cache.h"
@@ -15,7 +16,6 @@
#include "src/global-handles.h"
#include "src/isolate-inl.h"
#include "src/mark-compact.h"
-#include "src/platform.h"
#include "src/scopeinfo.h"
namespace v8 {
« src/base/macros.h ('K') | « src/runtime-profiler.h ('k') | src/sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698