| Index: chrome/browser/chromeos/audio/audio_handler.h
|
| diff --git a/chrome/browser/chromeos/audio/audio_handler.h b/chrome/browser/chromeos/audio/audio_handler.h
|
| index 1b348eba59c27d848a5052ea0a5490f452d228c2..ecb9f57af27d96219653abff70897bbac2c76295 100644
|
| --- a/chrome/browser/chromeos/audio/audio_handler.h
|
| +++ b/chrome/browser/chromeos/audio/audio_handler.h
|
| @@ -6,10 +6,10 @@
|
| #define CHROME_BROWSER_CHROMEOS_AUDIO_AUDIO_HANDLER_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/observer_list.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/observer_list.h"
|
| +#include "base/prefs/public/pref_change_registrar.h"
|
| #include "base/threading/thread.h"
|
| -#include "chrome/browser/api/prefs/pref_change_registrar.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|