Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_unittest.cc

Issue 208843004: Add the beginning of a public Service Worker API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix kinuko's comments. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..cbf7087b63eb0a376f11911cace3998782c6e2c3 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
@@ -187,8 +187,7 @@ class TestStoragePartition : public StoragePartition {
virtual content::IndexedDBContext* GetIndexedDBContext() OVERRIDE {
return NULL;
}
- virtual content::ServiceWorkerContextWrapper*
- GetServiceWorkerContext() OVERRIDE {
+ virtual content::ServiceWorkerContext* GetServiceWorkerContext() OVERRIDE {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698