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

Unified Diff: test/unittests/run-all-unittests.cc

Issue 740493002: Forward declaration for Isolate / Platform in libplatform.h. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Adds includes in a few .cc files. Created 6 years, 1 month 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 | « samples/shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/run-all-unittests.cc
diff --git a/test/unittests/run-all-unittests.cc b/test/unittests/run-all-unittests.cc
index 8c361ddc3683eeb4af4f432b1454f540de41fbf9..7c3a7abbd4a6634fa0307bf6e5fe879e14eec304 100644
--- a/test/unittests/run-all-unittests.cc
+++ b/test/unittests/run-all-unittests.cc
@@ -4,6 +4,7 @@
#include "include/libplatform/libplatform.h"
#include "include/v8.h"
+#include "include/v8-platform.h"
#include "src/base/compiler-specific.h"
#include "testing/gmock/include/gmock/gmock.h"
« no previous file with comments | « samples/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698