Index: content/browser/service_worker/service_worker_internals_ui.h |
diff --git a/content/browser/service_worker/service_worker_internals_ui.h b/content/browser/service_worker/service_worker_internals_ui.h |
index 82040f08f690d6552083a08a8fbeb926606b4cd2..bc1c5b935118762c21ee6a60ff5406a980cf9b05 100644 |
--- a/content/browser/service_worker/service_worker_internals_ui.h |
+++ b/content/browser/service_worker/service_worker_internals_ui.h |
@@ -68,7 +68,7 @@ class ServiceWorkerInternalsUI |
const GURL& scope, |
const StatusCallback& callback) const; |
- base::ScopedPtrHashMap<uintptr_t, PartitionObserver> observers_; |
+ base::ScopedPtrHashMap<uintptr_t, scoped_ptr<PartitionObserver>> observers_; |
int next_partition_id_; |
}; |