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

Unified Diff: tools/gn/value.cc

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/value.cc
diff --git a/tools/gn/value.cc b/tools/gn/value.cc
index 1a4215ce29e19569b344a5adf1507a603f8416b6..32a96ff7fc0672b7cca8992f8c8e6ff296c819ab 100644
--- a/tools/gn/value.cc
+++ b/tools/gn/value.cc
@@ -29,7 +29,7 @@ Value::Value(const ParseNode* origin, bool bool_val)
origin_(origin) {
}
-Value::Value(const ParseNode* origin, int64 int_val)
+Value::Value(const ParseNode* origin, int64_t int_val)
: type_(INTEGER),
boolean_value_(false),
int_value_(int_val),
« tools/gn/args.h ('K') | « tools/gn/value.h ('k') | tools/gn/visibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698