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

Unified Diff: src/prettyprinter.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/prettyprinter.cc
diff --git a/src/prettyprinter.cc b/src/prettyprinter.cc
index c0961f2c80fd90e70ce1ef5f27e044206fecd1f2..f1b30eda0e66f08de1b748f3299df5b7bf7b8ad0 100644
--- a/src/prettyprinter.cc
+++ b/src/prettyprinter.cc
@@ -7,7 +7,7 @@
#include "src/v8.h"
#include "src/ast-value-factory.h"
-#include "src/platform.h"
+#include "src/base/platform/platform.h"
#include "src/prettyprinter.h"
#include "src/scopes.h"
« src/base/macros.h ('K') | « src/preparser.cc ('k') | src/profile-generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698