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

Unified Diff: tools/gn/input_file.h

Issue 1280123005: tools/gn: Remove includes of basictypes.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: tools/gn/input_file.h
diff --git a/tools/gn/input_file.h b/tools/gn/input_file.h
index 0aeaff8a81767976c4a34128506f52f7f2facd6b..49e5f855741b028fa304f2baf93866b2008ab7d2 100644
--- a/tools/gn/input_file.h
+++ b/tools/gn/input_file.h
@@ -7,9 +7,9 @@
#include <string>
-#include "base/basictypes.h"
#include "base/files/file_path.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "tools/gn/source_dir.h"
#include "tools/gn/source_file.h"

Powered by Google App Engine
This is Rietveld 408576698