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

Unified Diff: tools/gn/ninja_build_writer.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/commands.h ('k') | tools/gn/substitution_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/ninja_build_writer.h
diff --git a/tools/gn/ninja_build_writer.h b/tools/gn/ninja_build_writer.h
index 427b54e54ddac84c7f03d2286e334823d73e9ab3..6f7bf3813a7090025602230191a38da6787e9b9a 100644
--- a/tools/gn/ninja_build_writer.h
+++ b/tools/gn/ninja_build_writer.h
@@ -58,5 +58,5 @@ class NinjaBuildWriter {
DISALLOW_COPY_AND_ASSIGN(NinjaBuildWriter);
};
-#endif // TOOLS_GN_NINJA_BUILD_GENERATOR_H_
+#endif // TOOLS_GN_NINJA_BUILD_WRITER_H_
« no previous file with comments | « tools/gn/commands.h ('k') | tools/gn/substitution_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698