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

Unified Diff: src/inspector/injected-script-native.h

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « src/inspector/injected-script.h ('k') | src/inspector/inspected-context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/injected-script-native.h
diff --git a/src/inspector/injected-script-native.h b/src/inspector/injected-script-native.h
index b91d0148da12cb6bf5517e96d972bac6e7dd1365..3bdf24709dcd2a74e451689ff4e87ea955a56138 100644
--- a/src/inspector/injected-script-native.h
+++ b/src/inspector/injected-script-native.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 {
« no previous file with comments | « src/inspector/injected-script.h ('k') | src/inspector/inspected-context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698