| Index: chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
|
| index f519797bb4ef46fe62c396a29cfbf92a4280a04d..635f2aad8cb480e810c24f7375b274e10953b065 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h
|
| @@ -21,7 +21,7 @@ namespace chromeos {
|
| namespace options2 {
|
|
|
| // Handler for Bluetooth options on the system options page.
|
| -class BluetoothOptionsHandler : public ::options2::OptionsPageUIHandler,
|
| +class BluetoothOptionsHandler : public OptionsPageUIHandler,
|
| public chromeos::BluetoothManager::Observer,
|
| public chromeos::BluetoothAdapter::Observer {
|
| public:
|
|
|