summaryrefslogtreecommitdiffstats
path: root/media/base/audio_timestamp_helper_unittest.cc
diff options
context:
space:
mode:
authorwatk <watk@chromium.org>2015-09-04 14:33:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-04 21:34:09 +0000
commit9f9dfdc908e0c72895b0b9c2554a45dbbef8e37d (patch)
tree697da4842b56bab23f636cfc72dfc57e22416e7c /media/base/audio_timestamp_helper_unittest.cc
parent78bd05d78b288b23622e24dc049446fd0f61cb6e (diff)
downloadchromium_src-9f9dfdc908e0c72895b0b9c2554a45dbbef8e37d.zip
chromium_src-9f9dfdc908e0c72895b0b9c2554a45dbbef8e37d.tar.gz
chromium_src-9f9dfdc908e0c72895b0b9c2554a45dbbef8e37d.tar.bz2
Rename media/base/buffers.h to media/base/timestamp_constants.h
buffers.h now only contains functions for creating timestamps. This change also removes 'extern' from the functions in timestamp_constants.h (because it doesn't mean anything on a function definition), stops including it in files that don't use it, and adds includes to files that use it without including it. BUG=528114 TEST=It compiles Review URL: https://codereview.chromium.org/1321473004 Cr-Commit-Position: refs/heads/master@{#347491}
Diffstat (limited to 'media/base/audio_timestamp_helper_unittest.cc')
-rw-r--r--media/base/audio_timestamp_helper_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/audio_timestamp_helper_unittest.cc b/media/base/audio_timestamp_helper_unittest.cc
index a0cfa3b..e61ae4a 100644
--- a/media/base/audio_timestamp_helper_unittest.cc
+++ b/media/base/audio_timestamp_helper_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "media/base/audio_timestamp_helper.h"
-#include "media/base/buffers.h"
+#include "media/base/timestamp_constants.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace media {