summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-13 05:56:57 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-13 05:56:57 +0000
commit31ee5be46631e31314c179c7ffd041eccd2be825 (patch)
tree4159be83cde64bf2ad027430f31dd87b7f66a42f /ui/aura/root_window.cc
parent7ff42e979334fc009841c4408ef124c1ddbfd173 (diff)
downloadchromium_src-31ee5be46631e31314c179c7ffd041eccd2be825.zip
chromium_src-31ee5be46631e31314c179c7ffd041eccd2be825.tar.gz
chromium_src-31ee5be46631e31314c179c7ffd041eccd2be825.tar.bz2
Rename root_window_host.h to window_tree_host.h
Also renames root_window_host_delegate.h to window_tree_host_delegate.h Doing this in a change before updating the contents of the files to make the code review tool happy. TBR=sky@chromium.org http://crbug.com/308846 Review URL: https://codereview.chromium.org/68893010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/root_window.cc')
-rw-r--r--ui/aura/root_window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index 507f3c4..a7514f3 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -17,12 +17,12 @@
#include "ui/aura/client/focus_client.h"
#include "ui/aura/client/screen_position_client.h"
#include "ui/aura/env.h"
-#include "ui/aura/root_window_host.h"
#include "ui/aura/root_window_observer.h"
#include "ui/aura/root_window_transformer.h"
#include "ui/aura/window.h"
#include "ui/aura/window_delegate.h"
#include "ui/aura/window_tracker.h"
+#include "ui/aura/window_tree_host.h"
#include "ui/base/hit_test.h"
#include "ui/base/view_prop.h"
#include "ui/compositor/dip_util.h"