Index: media/base/audio_timestamp_helper_unittest.cc |
diff --git a/media/base/audio_timestamp_helper_unittest.cc b/media/base/audio_timestamp_helper_unittest.cc |
index 0bb6e1286db388eb10f6b40c6dc33d3763815809..c421f7a73640eef7b2331d10bcb793b250d8e4fb 100644 |
--- a/media/base/audio_timestamp_helper_unittest.cc |
+++ b/media/base/audio_timestamp_helper_unittest.cc |
@@ -62,8 +62,8 @@ TEST_F(AudioTimestampHelperTest, Basic) { |
// Verify that adding frames one frame at a time matches the timestamp |
// returned if the same number of frames are added all at once. |
base::TimeDelta timestamp_1 = helper_.GetTimestamp(); |
- helper_.SetBaseTimestamp(kNoTimestamp()); |
- EXPECT_TRUE(kNoTimestamp() == helper_.base_timestamp()); |
+ helper_.SetBaseTimestamp(kNoTimestamp); |
+ EXPECT_TRUE(kNoTimestamp == helper_.base_timestamp()); |
helper_.SetBaseTimestamp(base::TimeDelta()); |
EXPECT_EQ(0, helper_.GetTimestamp().InMicroseconds()); |