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

Unified Diff: content/browser/service_worker/service_worker_internals_ui.h

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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: 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_;
};

Powered by Google App Engine
This is Rietveld 408576698