Index: chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc |
diff --git a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc |
index 2e48bc79ac219b2c76d3b087d3d00b747942ffec..1d6e663f6aaa8eeca9cb2f3d12325627ee2c799a 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc |
+++ b/chrome/browser/ui/webui/options2/chromeos/bluetooth_options_handler2.cc |
@@ -123,7 +123,7 @@ void BluetoothOptionsHandler::GetLocalizedValues( |
IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECTION_FAILED)); |
} |
-void BluetoothOptionsHandler::Initialize() { |
+void BluetoothOptionsHandler::InitializeHandler() { |
// Bluetooth support is a work in progress. Supress the feature unless |
// explicitly enabled via a command line flag. |
if (!CommandLine::ForCurrentProcess() |