| 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 3387324bec976bbd5e7e90241adb57f585ced283..3b3ebc76eb9b31c3eab9fc7dbcf9fdebbea07023 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -187,7 +187,7 @@ class TestStoragePartition : public StoragePartition {
|
| virtual content::IndexedDBContext* GetIndexedDBContext() OVERRIDE {
|
| return NULL;
|
| }
|
| - virtual content::ServiceWorkerContextWrapper*
|
| + virtual content::ServiceWorkerContext*
|
| GetServiceWorkerContext() OVERRIDE {
|
| return NULL;
|
| }
|
|
|