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

Unified Diff: src/inspector/InjectedScriptNative.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/InjectedScriptNative.h
diff --git a/src/inspector/InjectedScriptNative.h b/src/inspector/InjectedScriptNative.h
index 90edc422dc0cb1de0b5d24144409ab83189159e0..50e319d96cb0820e4bce849cd91bc6c800ad40f0 100644
--- a/src/inspector/InjectedScriptNative.h
+++ b/src/inspector/InjectedScriptNative.h
@@ -5,12 +5,12 @@
#ifndef V8_INSPECTOR_INJECTEDSCRIPTNATIVE_H_
#define V8_INSPECTOR_INJECTEDSCRIPTNATIVE_H_
+#include <vector>
+
#include "src/inspector/protocol/Protocol.h"
#include "include/v8.h"
-#include <vector>
-
namespace v8_inspector {
class InjectedScriptNative final {

Powered by Google App Engine
This is Rietveld 408576698