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

Unified Diff: chrome/browser/content_settings/permission_context_base.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/content_settings/permission_context_base.h
diff --git a/chrome/browser/content_settings/permission_context_base.h b/chrome/browser/content_settings/permission_context_base.h
index e727ce9cf482272e6d133c2ca9f78351b77fd257..0f24beedf833c7f999bbd32fd8cf63e6820db64d 100644
--- a/chrome/browser/content_settings/permission_context_base.h
+++ b/chrome/browser/content_settings/permission_context_base.h
@@ -130,7 +130,7 @@ class PermissionContextBase : public KeyedService {
Profile* profile_;
const ContentSettingsType permission_type_;
scoped_ptr<PermissionQueueController> permission_queue_controller_;
- base::ScopedPtrHashMap<std::string, PermissionBubbleRequest>
+ base::ScopedPtrHashMap<std::string, scoped_ptr<PermissionBubbleRequest>>
pending_bubbles_;
// Must be the last member, to ensure that it will be

Powered by Google App Engine
This is Rietveld 408576698