| 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 61aa8cdf5da4ae91eeeea48675fd2b53cc60e0da..c2e4cbfa85d3a8a12b9605fe32d45f06631c6c4e 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.h
|
| @@ -39,7 +39,7 @@ class BluetoothOptionsHandler : public OptionsPageUIHandler,
|
| // OptionsPageUIHandler implementation.
|
| virtual void GetLocalizedValues(
|
| base::DictionaryValue* localized_strings) OVERRIDE;
|
| - virtual void Initialize() OVERRIDE;
|
| + virtual void InitializeHandler() OVERRIDE;
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| // Called when the 'Enable bluetooth' checkbox value is changed.
|
|
|