Index: third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
diff --git a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
index 4fbab18b13eef5320ef5723c12473b422c7f189d..4e1756dc7bce7808ec49d496cd00776da68dfb2c 100644 |
--- a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
+++ b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
@@ -31,7 +31,6 @@ |
#ifndef DOMWindowQuota_h |
#define DOMWindowQuota_h |
-#include "core/dom/ContextLifecycleObserver.h" |
#include "platform/Supplementable.h" |
#include "platform/heap/Handle.h" |
@@ -42,8 +41,7 @@ class DOMWindow; |
class LocalDOMWindow; |
class DOMWindowQuota final : public GarbageCollected<DOMWindowQuota>, |
- public Supplement<LocalDOMWindow>, |
- public ContextClient { |
+ public Supplement<LocalDOMWindow> { |
USING_GARBAGE_COLLECTED_MIXIN(DOMWindowQuota); |
public: |