| Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
|
| index 5d34dc1c3d429e651fbe52feb469feaf25f48997..1486ae8e8b054c65cf8a4d5f18d41c9c4354b263 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "chrome/browser/chromeos/bluetooth/bluetooth_adapter.h"
|
| #include "chrome/browser/chromeos/bluetooth/bluetooth_manager.h"
|
| -#include "chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h"
|
| +#include "chrome/browser/ui/webui/options/options_ui.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -19,7 +19,7 @@ class DictionaryValue;
|
| namespace chromeos {
|
|
|
| // Handler for Bluetooth options on the system options page.
|
| -class BluetoothOptionsHandler : public chromeos::CrosOptionsPageUIHandler,
|
| +class BluetoothOptionsHandler : public OptionsPageUIHandler,
|
| public chromeos::BluetoothManager::Observer,
|
| public chromeos::BluetoothAdapter::Observer {
|
| public:
|
|
|