Index: content/browser/renderer_host/input/synthetic_gesture_target_aura.h |
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h |
index 5a4d6d252b2b51d50999a89c4ac2f9f02327ec66..a4ad005839df224bf95026e6f53a6dad0cfb5322 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h |
@@ -10,8 +10,8 @@ |
#include "content/common/input/synthetic_gesture_params.h" |
namespace aura { |
-class RootWindowHostDelegate; |
class Window; |
+class WindowTreeHostDelegate; |
namespace client { |
class ScreenPositionClient; |
@@ -49,7 +49,7 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase { |
private: |
aura::Window* GetWindow() const; |
- aura::RootWindowHostDelegate* GetRootWindowHostDelegate() const; |
+ aura::WindowTreeHostDelegate* GetRootWindowHostDelegate() const; |
aura::client::ScreenPositionClient* GetScreenPositionClient() const; |
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura); |