Index: src/inspector/V8ProfilerAgentImpl.h |
diff --git a/src/inspector/V8ProfilerAgentImpl.h b/src/inspector/V8ProfilerAgentImpl.h |
index d2c4c15397907efc80fc03acea3d45874087fdb8..57ec724008ffdeb91af068ea7e98e995b738093b 100644 |
--- a/src/inspector/V8ProfilerAgentImpl.h |
+++ b/src/inspector/V8ProfilerAgentImpl.h |
@@ -5,12 +5,12 @@ |
#ifndef V8_INSPECTOR_V8PROFILERAGENTIMPL_H_ |
#define V8_INSPECTOR_V8PROFILERAGENTIMPL_H_ |
+#include <vector> |
+ |
#include "src/inspector/Allocator.h" |
#include "src/inspector/protocol/Forward.h" |
#include "src/inspector/protocol/Profiler.h" |
-#include <vector> |
- |
namespace v8 { |
class CpuProfiler; |
class Isolate; |