Index: content/shell/browser/shell_platform_data_aura.cc |
diff --git a/content/shell/browser/shell_platform_data_aura.cc b/content/shell/browser/shell_platform_data_aura.cc |
index af14bb73e51ebbf64c42438cef8b5332b892a58f..3f6d703da7de393f9248d7dfece8d6f9ae2afbee 100644 |
--- a/content/shell/browser/shell_platform_data_aura.cc |
+++ b/content/shell/browser/shell_platform_data_aura.cc |
@@ -10,7 +10,7 @@ |
#include "ui/aura/env.h" |
#include "ui/aura/layout_manager.h" |
#include "ui/aura/test/test_focus_client.h" |
-#include "ui/aura/test/test_window_tree_client.h" |
+#include "ui/aura/test/test_window_parenting_client.h" |
#include "ui/aura/window.h" |
#include "ui/aura/window_event_dispatcher.h" |
#include "ui/base/ime/input_method.h" |
@@ -71,8 +71,8 @@ ShellPlatformDataAura::ShellPlatformDataAura(const gfx::Size& initial_size) { |
new wm::DefaultActivationClient(host_->window()); |
capture_client_.reset( |
new aura::client::DefaultCaptureClient(host_->window())); |
- window_tree_client_.reset( |
- new aura::test::TestWindowTreeClient(host_->window())); |
+ window_parenting_client_.reset( |
+ new aura::test::TestWindowParentingClient(host_->window())); |
} |
ShellPlatformDataAura::~ShellPlatformDataAura() { |