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

Unified Diff: src/inspector/V8ProfilerAgentImpl.h

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: more fixes Created 4 years, 3 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: 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;

Powered by Google App Engine
This is Rietveld 408576698