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

Unified Diff: src/inspector/V8InspectorSessionImpl.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/V8InspectorSessionImpl.h
diff --git a/src/inspector/V8InspectorSessionImpl.h b/src/inspector/V8InspectorSessionImpl.h
index 98706a1cfebee4107d1bac5a1cba1006385d7a75..21b1d482ccd6b4fbda071a9cf447fc0b18bac7c6 100644
--- a/src/inspector/V8InspectorSessionImpl.h
+++ b/src/inspector/V8InspectorSessionImpl.h
@@ -5,6 +5,8 @@
#ifndef V8_INSPECTOR_V8INSPECTORSESSIONIMPL_H_
#define V8_INSPECTOR_V8INSPECTORSESSIONIMPL_H_
+#include <vector>
+
#include "src/inspector/Allocator.h"
#include "src/inspector/protocol/Forward.h"
#include "src/inspector/protocol/Runtime.h"
@@ -12,8 +14,6 @@
#include "include/v8-inspector.h"
-#include <vector>
-
namespace v8_inspector {
class InjectedScript;

Powered by Google App Engine
This is Rietveld 408576698