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

Unified Diff: tools/gn/substitution_list.h

Issue 968193002: Cleanup: Fix tools/gn header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « tools/gn/ninja_build_writer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/substitution_list.h
diff --git a/tools/gn/substitution_list.h b/tools/gn/substitution_list.h
index 3a45ba8409b8d5d2b07a8dc3b7a1f5007363cf0e..f3e3c01d54cc1e220bbbf0333cfcf700302bdccb 100644
--- a/tools/gn/substitution_list.h
+++ b/tools/gn/substitution_list.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef TOOLS_GN_SUBSTUTITION_LIST_H
-#define TOOLS_GN_SUBSTUTITION_LIST_H
+#ifndef TOOLS_GN_SUBSTITUTION_LIST_H_
+#define TOOLS_GN_SUBSTITUTION_LIST_H_
#include <string>
#include <vector>
@@ -43,4 +43,4 @@ class SubstitutionList {
std::vector<SubstitutionType> required_types_;
};
-#endif // TOOLS_GN_SUBSTUTITION_LIST_H
+#endif // TOOLS_GN_SUBSTITUTION_LIST_H_
« no previous file with comments | « tools/gn/ninja_build_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698