Index: content/browser/web_contents/web_contents_view_aura.cc |
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc |
index e4ef8c0f559455bbfdf3039cdfd5d6aae1122b9b..7192d845cb3633326d8a4f363a64b5e16df73177 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.cc |
+++ b/content/browser/web_contents/web_contents_view_aura.cc |
@@ -822,10 +822,10 @@ class WebContentsViewAura::WindowObserver |
} |
// Overridden RootWindowObserver: |
- virtual void OnRootWindowHostMoved(const aura::RootWindow* root, |
+ virtual void OnWindowTreeHostMoved(const aura::RootWindow* root, |
const gfx::Point& new_origin) OVERRIDE { |
TRACE_EVENT1("ui", |
- "WebContentsViewAura::WindowObserver::OnRootWindowHostMoved", |
+ "WebContentsViewAura::WindowObserver::OnWindowTreeHostMoved", |
"new_origin", new_origin.ToString()); |
// This is for the desktop case (i.e. Aura desktop). |