Index: content/browser/renderer_host/render_widget_host_view_aura.cc |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_aura.cc (revision 114593) |
+++ content/browser/renderer_host/render_widget_host_view_aura.cc (working copy) |
@@ -100,7 +100,7 @@ |
skip_schedule_paint_(false) { |
host_->SetView(this); |
window_->SetProperty(aura::kTooltipTextKey, &tooltip_); |
- aura::ActivationDelegate::SetActivationDelegate(window_, this); |
+ aura::client::SetActivationDelegate(window_, this); |
} |
RenderWidgetHostViewAura::~RenderWidgetHostViewAura() { |
@@ -579,7 +579,7 @@ |
} |
//////////////////////////////////////////////////////////////////////////////// |
-// RenderWidgetHostViewAura, aura::ActivationDelegate implementation: |
+// RenderWidgetHostViewAura, aura::client::ActivationDelegate implementation: |
bool RenderWidgetHostViewAura::ShouldActivate(aura::Event* event) { |
return false; |