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

Unified Diff: test/cctest/trace-extension.h

Issue 1285183010: Remove grab-bag includes of v8.h from everywhere. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor stylistic issue. Created 5 years, 4 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 | « test/cctest/gay-shortest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/trace-extension.h
diff --git a/test/cctest/trace-extension.h b/test/cctest/trace-extension.h
index 919eda5bb50d046e5662193a64213a365e1922a2..186cc6e7419246e0ecacf39d89b75dc199636c07 100644
--- a/test/cctest/trace-extension.h
+++ b/test/cctest/trace-extension.h
@@ -33,6 +33,8 @@
namespace v8 {
namespace internal {
+struct TickSample;
+
class TraceExtension : public v8::Extension {
public:
TraceExtension() : v8::Extension("v8/trace", kSource) { }
« no previous file with comments | « test/cctest/gay-shortest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698