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

Unified Diff: src/flags.h

Issue 333013002: Check alpha-sorting of includes during presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | « src/field-index.h ('k') | src/flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flags.h
diff --git a/src/flags.h b/src/flags.h
index 092de21f468a462e22a9105bbb2e00b2a56147bc..78522ffce62b52a707953e15333e944d994bd2b6 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -12,7 +12,7 @@ namespace internal {
// Declare all of our flags.
#define FLAG_MODE_DECLARE
-#include "src/flag-definitions.h"
+#include "src/flag-definitions.h" // NOLINT
// The global list of all flags.
class FlagList {
« no previous file with comments | « src/field-index.h ('k') | src/flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698