| Index: third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| diff --git a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| index 97fb7ab95a2e509c54fc1fa4b72bc80f7e8ea0df..8912b644fff5c29ffad520ac7e4089ec825a36b3 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| +++ b/third_party/WebKit/Source/modules/plugins/NavigatorPlugins.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef NavigatorPlugins_h
|
| #define NavigatorPlugins_h
|
|
|
| -#include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/frame/Navigator.h"
|
| #include "platform/Supplementable.h"
|
|
|
| @@ -17,8 +16,7 @@ class LocalFrame;
|
| class Navigator;
|
|
|
| class NavigatorPlugins final : public GarbageCollected<NavigatorPlugins>,
|
| - public Supplement<Navigator>,
|
| - public ContextClient {
|
| + public Supplement<Navigator> {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorPlugins);
|
|
|
| public:
|
|
|