Index: src/cpu-profiler.h |
diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h |
index 7d8669bf61f3778d340d8ee3ecb7397e69c50bda..7619a1ef6db009010dc36b325a3752f8a0c16cd0 100644 |
--- a/src/cpu-profiler.h |
+++ b/src/cpu-profiler.h |
@@ -11,7 +11,7 @@ |
#include "src/circular-queue.h" |
#include "src/compiler.h" |
#include "src/sampler.h" |
-#include "src/unbound-queue-inl.h" |
+#include "src/unbound-queue.h" |
namespace v8 { |
namespace internal { |
@@ -129,7 +129,7 @@ class ProfilerEventsProcessor : public base::Thread { |
ProfilerEventsProcessor(ProfileGenerator* generator, |
Sampler* sampler, |
base::TimeDelta period); |
- virtual ~ProfilerEventsProcessor() {} |
+ virtual ~ProfilerEventsProcessor(); |
// Thread control. |
virtual void Run(); |