Index: third_party/WebKit/Source/core/page/PagePopup.h |
diff --git a/third_party/WebKit/Source/core/page/PagePopup.h b/third_party/WebKit/Source/core/page/PagePopup.h |
index 2a07f514110820cf598b427c96409fe96ddd8319..1ae1a5b4bf1e56870b63eb8b74fcbe179eff4edc 100644 |
--- a/third_party/WebKit/Source/core/page/PagePopup.h |
+++ b/third_party/WebKit/Source/core/page/PagePopup.h |
@@ -38,14 +38,14 @@ |
namespace blink { |
-class AXObject; |
+class AXObjectImpl; |
class IntRect; |
// A PagePopup object is created by ChromeClient::openPagePopup(), and deleted |
// by ChromeClient::closePagePopup(). |
class PagePopup { |
public: |
- virtual AXObject* RootAXObject() = 0; |
+ virtual AXObjectImpl* RootAXObject() = 0; |
virtual void SetWindowRect(const IntRect&) = 0; |
virtual void PostMessage(const String& message) = 0; |