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 685f5b1071c3f51c96426dae7c781024a2f283ba..746817b014813ec40ad1f0bc1bc46877742aeb54 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.cc |
+++ b/content/browser/web_contents/web_contents_view_aura.cc |
@@ -821,10 +821,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). |