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 d413222a69255d769d28421b02b05e91b51d068d..f188b5d86675072c9d43f1787d00333072cc88cd 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h |
+++ b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.h |
@@ -41,7 +41,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. |