summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/audio
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/audio')
-rw-r--r--chrome/browser/chromeos/audio/audio_handler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/audio/audio_handler.cc b/chrome/browser/chromeos/audio/audio_handler.cc
index 6d3da0d..d509319 100644
--- a/chrome/browser/chromeos/audio/audio_handler.cc
+++ b/chrome/browser/chromeos/audio/audio_handler.cc
@@ -7,6 +7,8 @@
#include <algorithm>
#include <cmath>
+#include "base/bind.h"
+#include "base/bind_helpers.h"
#include "base/logging.h"
#include "base/memory/singleton.h"
#include "chrome/browser/browser_process.h"
@@ -18,7 +20,6 @@
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/chrome_notification_types.h"
#include "chrome/common/pref_names.h"
-#include "content/public/browser/browser_thread.h"
using std::max;
using std::min;