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

Unified Diff: test/cctest/test-heap-profiler.cc

Issue 10078015: Fix includes order. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-heap-profiler.cc
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
index 4724d6d82ae3deafb8bc68dffd8bc90d59771c5d..64821cfbfdf6ac59e52929191a4c88e96129f601 100644
--- a/test/cctest/test-heap-profiler.cc
+++ b/test/cctest/test-heap-profiler.cc
@@ -2,10 +2,10 @@
//
// Tests for heap profiler
-#include "v8.h"
-
#include <ctype.h>
mnaganov (inactive) 2012/04/19 20:02:54 Sorry, didn't spot that in your original CL. "v8.h
+#include "v8.h"
+
#include "cctest.h"
#include "heap-profiler.h"
#include "snapshot.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698