Index: third_party/WebKit/Source/modules/presentation/PresentationController.h |
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationController.h b/third_party/WebKit/Source/modules/presentation/PresentationController.h |
index 4228113d3fcee9a2bb39fe60eb518cfcd023788f..903c09cf492678756200fa757d0c14c2b2f117ce 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationController.h |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationController.h |
@@ -27,7 +27,7 @@ enum class WebPresentationConnectionState; |
// layer represented via |WebPresentationClient|. |
class MODULES_EXPORT PresentationController final |
: public GarbageCollectedFinalized<PresentationController> |
- , public HeapSupplement<LocalFrame> |
+ , public Supplement<LocalFrame> |
, public LocalFrameLifecycleObserver |
, public WebPresentationController { |
USING_GARBAGE_COLLECTED_MIXIN(PresentationController); |
@@ -44,7 +44,7 @@ public: |
WebPresentationClient* client(); |
- // Implementation of HeapSupplement. |
+ // Implementation of Supplement. |
DECLARE_VIRTUAL_TRACE(); |
// Implementation of WebPresentationController. |