Index: base/time/time_posix.cc |
diff --git a/base/time/time_posix.cc b/base/time/time_posix.cc |
index 8b207eb36a9d54ca7f6c3420c42b5755ac100921..3464e8ce9fc9b750d1636ece0b095761465dde9a 100644 |
--- a/base/time/time_posix.cc |
+++ b/base/time/time_posix.cc |
@@ -137,7 +137,7 @@ struct timespec TimeDelta::ToTimeSpec() const { |
// => Thu Jan 01 00:00:00 UTC 1970 |
// irb(main):011:0> Time.at(-11644473600).getutc() |
// => Mon Jan 01 00:00:00 UTC 1601 |
-static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600); |
+static const int64 kWindowsEpochDeltaSeconds = INT64_C(11644473600); |
// static |
const int64 Time::kWindowsEpochDeltaMicroseconds = |