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 334c55011165502b2d100768eb07fd689a6832f3..35e89770ebe9b5c3177c3291abdeadf63b912e58 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
@@ -186,6 +186,10 @@ class TestStoragePartition : public StoragePartition { |
virtual content::IndexedDBContext* GetIndexedDBContext() OVERRIDE { |
return NULL; |
} |
+ virtual content::ServiceWorkerContextWrapper* |
+ GetServiceWorkerContext() OVERRIDE { |
+ return NULL; |
+ } |
virtual void ClearDataForOrigin( |
uint32 remove_mask, |