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

Unified Diff: src/inspector/V8Debugger.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/V8Debugger.h
diff --git a/src/inspector/V8Debugger.h b/src/inspector/V8Debugger.h
index c4221b39ef02ba1604457ac001f5e0879a8d353a..80463120ccfe4db5c4aeec34bb1689738eacfd9c 100644
--- a/src/inspector/V8Debugger.h
+++ b/src/inspector/V8Debugger.h
@@ -5,6 +5,8 @@
#ifndef V8_INSPECTOR_V8DEBUGGER_H_
#define V8_INSPECTOR_V8DEBUGGER_H_
+#include <vector>
+
#include "src/inspector/Allocator.h"
#include "src/inspector/JavaScriptCallFrame.h"
#include "src/inspector/V8DebuggerScript.h"
@@ -14,8 +16,6 @@
#include "include/v8-debug.h"
#include "include/v8-inspector.h"
-#include <vector>
-
namespace v8_inspector {
struct ScriptBreakpoint;

Powered by Google App Engine
This is Rietveld 408576698