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

Unified Diff: src/inspector/V8ProfilerAgentImpl.cc

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.cc
diff --git a/src/inspector/V8ProfilerAgentImpl.cc b/src/inspector/V8ProfilerAgentImpl.cc
index 11a18a0cbed467bfe83463891d54482705a535f3..aac108a276b099382ed76bf0186e06285ad228da 100644
--- a/src/inspector/V8ProfilerAgentImpl.cc
+++ b/src/inspector/V8ProfilerAgentImpl.cc
@@ -4,6 +4,8 @@
#include "src/inspector/V8ProfilerAgentImpl.h"
+#include <vector>
+
#include "src/base/atomicops.h"
#include "src/inspector/StringUtil.h"
#include "src/inspector/V8Debugger.h"
@@ -14,8 +16,6 @@
#include "include/v8-profiler.h"
-#include <vector>
-
namespace v8_inspector {
namespace ProfilerAgentState {

Powered by Google App Engine
This is Rietveld 408576698