summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2014-12-20 17:02:52 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-21 01:03:39 +0000
commit69fed022b5f6097f9fa2424f289b93023613bf8d (patch)
tree63b23cf05dff69003ee3114c6f7d2738012e953e /media
parentfc71cba8be820f2616cebe378bdd31106f4f3e64 (diff)
downloadchromium_src-69fed022b5f6097f9fa2424f289b93023613bf8d.zip
chromium_src-69fed022b5f6097f9fa2424f289b93023613bf8d.tar.gz
chromium_src-69fed022b5f6097f9fa2424f289b93023613bf8d.tar.bz2
Switch users of foundation_util.h to include it directly and clean up uses of mac_util.h.
BUG=none TEST=none TBR=ben@chromium.org NOTRY=TRUE Review URL: https://codereview.chromium.org/817153002 Cr-Commit-Position: refs/heads/master@{#309368}
Diffstat (limited to 'media')
-rw-r--r--media/audio/mac/audio_device_listener_mac.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/audio/mac/audio_device_listener_mac.cc b/media/audio/mac/audio_device_listener_mac.cc
index ef8bdd5..5054d31 100644
--- a/media/audio/mac/audio_device_listener_mac.cc
+++ b/media/audio/mac/audio_device_listener_mac.cc
@@ -8,7 +8,6 @@
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/mac/mac_logging.h"
-#include "base/mac/mac_util.h"
#include "base/message_loop/message_loop.h"
#include "base/pending_task.h"