| 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 4cd24f077a1d459429444f7d38eca587dd9b0949..36cbfe205e3ac884b602e2241551da2824b7d6fe 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -215,9 +215,6 @@ class TestStoragePartition : public StoragePartition {
|
| content::CacheStorageContext* GetCacheStorageContext() override {
|
| return nullptr;
|
| }
|
| - content::GeofencingManager* GetGeofencingManager() override {
|
| - return nullptr;
|
| - }
|
| content::PlatformNotificationContext* GetPlatformNotificationContext()
|
| override {
|
| return nullptr;
|
|
|