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

Unified Diff: test/cctest/gay-shortest.cc

Side-by-side diff isn't available for this file because of its large size.
Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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:
Download patch
« no previous file with comments | « test/cctest/gay-precision.cc ('k') | test/cctest/print-extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/gay-shortest.cc
diff --git a/test/cctest/gay-shortest.cc b/test/cctest/gay-shortest.cc
index d065e97782b80e3ea4c5250bff0e5852dcf47c6f..896ea4c5142f1291d55ef72caeffdced3fefa27f 100644
--- a/test/cctest/gay-shortest.cc
+++ b/test/cctest/gay-shortest.cc
@@ -29,9 +29,9 @@
// have been generated using Gay's dtoa to produce the shortest representation:
// decimal_rep = dtoa(v, 0, 0, &decimal_point, &sign, NULL);
-#include "v8.h"
+#include "src/v8.h"
-#include "gay-shortest.h"
+#include "test/cctest/gay-shortest.h"
namespace v8 {
namespace internal {
« no previous file with comments | « test/cctest/gay-precision.cc ('k') | test/cctest/print-extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698