| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_aura.h (revision 114593)
|
| +++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| public ui::CompositorObserver,
|
| #endif
|
| public aura::WindowDelegate,
|
| - public aura::ActivationDelegate {
|
| + public aura::client::ActivationDelegate {
|
| public:
|
| explicit RenderWidgetHostViewAura(RenderWidgetHost* host);
|
| virtual ~RenderWidgetHostViewAura();
|
| @@ -123,7 +123,7 @@
|
| virtual void OnWindowDestroyed() OVERRIDE;
|
| virtual void OnWindowVisibilityChanged(bool visible) OVERRIDE;
|
|
|
| - // Overridden from aura::ActivationDelegate:
|
| + // Overridden from aura::client::ActivationDelegate:
|
| virtual bool ShouldActivate(aura::Event* event) OVERRIDE;
|
| virtual void OnActivated() OVERRIDE;
|
| virtual void OnLostActive() OVERRIDE;
|
|
|