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

Unified Diff: include/v8-util.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-testing.h ('k') | src/arm/assembler-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-util.h
diff --git a/include/v8-util.h b/include/v8-util.h
index c996c9997df6767cf7dba70b100a9a848a8bdb28..73ec658f7b0abe4219cbed906357a6d25256577d 100644
--- a/include/v8-util.h
+++ b/include/v8-util.h
@@ -5,7 +5,7 @@
#ifndef V8_UTIL_H_
#define V8_UTIL_H_
-#include "v8.h"
+#include "v8.h" // NOLINT(build/include)
#include <map>
#include <vector>
« no previous file with comments | « include/v8-testing.h ('k') | src/arm/assembler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698