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-version-string.h

Issue 2634443002: Don't qualify #include in include/ (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-version-string.h
diff --git a/include/v8-version-string.h b/include/v8-version-string.h
index 372fd2f5110cddea0beae2b5ccc1dab5ec19afb0..e4f3d7505feefdb4d63a1f8b1c97e456d7cac32d 100644
--- a/include/v8-version-string.h
+++ b/include/v8-version-string.h
@@ -5,7 +5,7 @@
#ifndef V8_VERSION_STRING_H_
#define V8_VERSION_STRING_H_
-#include "include/v8-version.h"
+#include "v8-version.h" // NOLINT(build/include)
// This is here rather than v8-version.h to keep that file simple and
// machine-processable.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698