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

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

Issue 2105943002: Expose TickSample and its APIs in v8-profiler.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase & address comments. Created 4 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
Index: test/cctest/trace-extension.h
diff --git a/test/cctest/trace-extension.h b/test/cctest/trace-extension.h
index 53e178b3ba7cb8406bb199ce77a467c6809fcc8f..0ab861657bd4ed6d47cc9fe7dda2e7be14324a81 100644
--- a/test/cctest/trace-extension.h
+++ b/test/cctest/trace-extension.h
@@ -31,9 +31,8 @@
#include "src/v8.h"
namespace v8 {
-namespace internal {
-
struct TickSample;
+namespace internal {
class TraceExtension : public v8::Extension {
public:

Powered by Google App Engine
This is Rietveld 408576698