| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index af2158755f6731615d113c4e64e407bb07b44a35..12ecf5e12f68a9ba38245d7314589d7048a3b7c2 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -34,7 +34,7 @@ class MessageLoop;
|
| namespace content {
|
| class FlingCurveConfiguration;
|
| class NotificationDispatcher;
|
| -class PermissionManager;
|
| +class PermissionDispatcher;
|
| class PushDispatcher;
|
| class ThreadSafeSender;
|
| class WebBluetoothImpl;
|
| @@ -198,7 +198,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| scoped_refptr<ThreadSafeSender> thread_safe_sender_;
|
| scoped_refptr<NotificationDispatcher> notification_dispatcher_;
|
| scoped_refptr<PushDispatcher> push_dispatcher_;
|
| - scoped_ptr<PermissionManager> permission_client_;
|
| + scoped_ptr<PermissionDispatcher> permission_client_;
|
| };
|
|
|
| } // namespace content
|
|
|