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

Unified Diff: chrome/browser/media/media_stream_capture_indicator.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: chrome/browser/media/media_stream_capture_indicator.h
diff --git a/chrome/browser/media/media_stream_capture_indicator.h b/chrome/browser/media/media_stream_capture_indicator.h
index 20819d0b0f9511b5e0dc032e19c7001b67686340..f6391be1066fbd1c0fbfe89bce4639017e598ea8 100644
--- a/chrome/browser/media/media_stream_capture_indicator.h
+++ b/chrome/browser/media/media_stream_capture_indicator.h
@@ -94,7 +94,7 @@ class MediaStreamCaptureIndicator
// A map that contains the usage counts of the opened capture devices for each
// WebContents instance.
base::ScopedPtrHashMap<content::WebContents*,
- WebContentsDeviceUsage> usage_map_;
+ scoped_ptr<WebContentsDeviceUsage>> usage_map_;
// A vector which maps command IDs to their associated WebContents
// instance. This is rebuilt each time the status tray icon context menu is

Powered by Google App Engine
This is Rietveld 408576698