| 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
|
|
|