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

Unified Diff: media/audio/audio_util.cc

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_silence_detector_unittest.cc ('k') | media/audio/cras/cras_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_util.cc
diff --git a/media/audio/audio_util.cc b/media/audio/audio_util.cc
index f990e4fc13384693ae8298eafcc3f08f9e4b1208..42c6c9109fd872d5ffc47e0b92d2db68c1a66649 100644
--- a/media/audio/audio_util.cc
+++ b/media/audio/audio_util.cc
@@ -16,7 +16,7 @@
#include "base/command_line.h"
#include "base/strings/string_number_conversions.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "media/base/media_switches.h"
#if defined(OS_WIN)
« no previous file with comments | « media/audio/audio_silence_detector_unittest.cc ('k') | media/audio/cras/cras_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698