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

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 #include guard name 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..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;
}

Powered by Google App Engine
This is Rietveld 408576698