| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 0494da6734fd49e52d14fe3b8b63337a207fb960..d462e74dba63a6f242f7ded6b6087d7b1b8ea02d 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -87,7 +87,7 @@ class NavigationState;
|
| class NotificationPermissionDispatcher;
|
| class PageState;
|
| class PepperPluginInstanceImpl;
|
| -class PermissionManager;
|
| +class PermissionDispatcher;
|
| class PresentationDispatcher;
|
| class PushMessagingDispatcher;
|
| class RendererAccessibility;
|
| @@ -903,7 +903,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // AccessibilityModeOff.
|
| RendererAccessibility* renderer_accessibility_;
|
|
|
| - scoped_ptr<PermissionManager> permission_client_;
|
| + scoped_ptr<PermissionDispatcher> permission_client_;
|
|
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| // The external popup for the currently showing select popup.
|
|
|