Index: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc |
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc |
index 66b6233d79bea48fdb79f08cc912c2d8ab45fa7b..c2993111cebca1d48e3cb438c72b40d4293ab255 100644 |
--- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc |
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc |
@@ -61,7 +61,7 @@ class LayoutTestBluetoothChooserFactory::Chooser : public BluetoothChooser { |
} |
} |
- void AddDevice(const std::string& device_id, |
+ void AddOrUpdateDevice(const std::string& device_id, |
const base::string16& device_name) override { |
CheckFactory(); |
std::string event = "add-device("; |