| Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| index 7f9aaad1c29134c719577b9b8d57e7308ad7f77a..cbb7aedea8756c1fa04bf83c76abe7e84c281c02 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -162,6 +162,9 @@ class TestStoragePartition : public StoragePartition {
|
| virtual content::ServiceWorkerContext* GetServiceWorkerContext() override {
|
| return NULL;
|
| }
|
| + virtual content::GeofencingManager* GetGeofencingManager() override {
|
| + return NULL;
|
| + }
|
|
|
| virtual void ClearDataForOrigin(uint32 remove_mask,
|
| uint32 quota_storage_remove_mask,
|
|
|