| 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 75acf791a7ceeea8ac5725abcc17bd3bf7826a15..4f47cc65577839e9ba5bc96c002e7313cf6ada78 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
|
| @@ -234,6 +234,8 @@ class TestStoragePartition : public StoragePartition {
|
|
|
| void Flush() override {}
|
|
|
| + void ClearBluetoothAllowedDevicesMapForTesting() override {}
|
| +
|
| StoragePartitionRemovalData GetStoragePartitionRemovalData() {
|
| return storage_partition_removal_data_;
|
| }
|
|
|