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

Unified Diff: src/flags.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
« src/base/macros.h ('K') | « src/fixed-dtoa.cc ('k') | src/gdb-jit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flags.cc
diff --git a/src/flags.cc b/src/flags.cc
index 53942aa26cdb25c44c48a2c662022ae1b1ccb5c9..2b5e9c6e94ea85fd20726ecc957773200005a718 100644
--- a/src/flags.cc
+++ b/src/flags.cc
@@ -8,7 +8,7 @@
#include "src/v8.h"
#include "src/assembler.h"
-#include "src/platform.h"
+#include "src/base/platform/platform.h"
#include "src/smart-pointers.h"
#include "src/string-stream.h"
« src/base/macros.h ('K') | « src/fixed-dtoa.cc ('k') | src/gdb-jit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698