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

Unified Diff: include/v8-profiler.h

Issue 1318863004: [presubmit] Fix build/include linter violations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « include/v8-debug.h ('k') | include/v8-testing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-profiler.h
diff --git a/include/v8-profiler.h b/include/v8-profiler.h
index 121e8030a140d7d0565c194a054df38714f88ed6..e432600290c6bb3e6749e7836b916eb5e0315e17 100644
--- a/include/v8-profiler.h
+++ b/include/v8-profiler.h
@@ -6,7 +6,7 @@
#define V8_V8_PROFILER_H_
#include <vector>
-#include "v8.h"
+#include "v8.h" // NOLINT(build/include)
/**
* Profiler support for the V8 JavaScript engine.
« no previous file with comments | « include/v8-debug.h ('k') | include/v8-testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698