Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 02aaef3eb31603ff5796ef2bb422f584aabdb45b..6631da23ebf5c71a1777d6c3229c1031effb581b 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -118,6 +118,7 @@ class WindowSelectorController; |
namespace internal { |
class AcceleratorFilter; |
class AppListController; |
+class BluetoothNotificationController; |
class CaptureController; |
class DisplayChangeObserver; |
class DisplayErrorObserver; |
@@ -698,6 +699,8 @@ class ASH_EXPORT Shell |
scoped_ptr<StickyKeysController> sticky_keys_controller_; |
scoped_ptr<internal::ResolutionNotificationController> |
resolution_notification_controller_; |
+ scoped_ptr<internal::BluetoothNotificationController> |
+ bluetooth_notification_controller_; |
#if defined(USE_X11) |
// Controls video output device state. |
scoped_ptr<chromeos::OutputConfigurator> output_configurator_; |