| Index: chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
| index caedff9c83fdd1f6c7f1f9ff36a2a9a9b28d7fb3..0db38ea4067c0e62493418bb9eaf58a33e5b92e2 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
| @@ -233,6 +233,8 @@ class TestStoragePartition : public StoragePartition {
|
|
|
| void Flush() override {}
|
|
|
| + void ClearBluetoothAllowedDevicesMap() override {}
|
| +
|
| StoragePartitionRemovalData GetStoragePartitionRemovalData() {
|
| return storage_partition_removal_data_;
|
| }
|
|
|