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

Unified Diff: media/audio/audio_silence_detector.h

Issue 18052007: Use a direct include of time headers in media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/audio/audio_silence_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_silence_detector.h
diff --git a/media/audio/audio_silence_detector.h b/media/audio/audio_silence_detector.h
index b6c52a7a5ebe92e5b7f1494616afb12ff54d283f..0135a96c1dd4bcd99e48b02fe816519c083a433b 100644
--- a/media/audio/audio_silence_detector.h
+++ b/media/audio/audio_silence_detector.h
@@ -9,7 +9,7 @@
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread_checker.h"
-#include "base/timer.h"
+#include "base/timer/timer.h"
#include "media/base/media_export.h"
// An audio silence detector. It is periodically provided an AudioBus by the
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/audio/audio_silence_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698