Index: media/cast/logging/logging_impl_unittest.cc |
diff --git a/media/cast/logging/logging_impl_unittest.cc b/media/cast/logging/logging_impl_unittest.cc |
index d9a67ddefa291eb6ef6921fa63d5a7979b494827..4aceecb2264e42af08d3c2caea5a2be916a0e2f7 100644 |
--- a/media/cast/logging/logging_impl_unittest.cc |
+++ b/media/cast/logging/logging_impl_unittest.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdint.h> |
+ |
#include <vector> |
#include "base/rand_util.h" |
@@ -21,7 +23,7 @@ const int64 kIntervalTime1S = 1; |
// Test frame rate goal - 30fps. |
const int kFrameIntervalMs = 33; |
-static const int64 kStartMillisecond = GG_INT64_C(12345678900000); |
+static const int64 kStartMillisecond = INT64_C(12345678900000); |
class LoggingImplTest : public ::testing::Test { |
protected: |