| Index: ui/aura/window_tree_host_win.cc
|
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/window_tree_host_win.cc
|
| similarity index 99%
|
| rename from ui/aura/root_window_host_win.cc
|
| rename to ui/aura/window_tree_host_win.cc
|
| index 1c7054f5f47a76ca0c31e55004f4de6d657498dc..6ae19332fa2240531b668cee313f6454e1c38ac2 100644
|
| --- a/ui/aura/root_window_host_win.cc
|
| +++ b/ui/aura/window_tree_host_win.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/aura/root_window_host_win.h"
|
| +#include "ui/aura/window_tree_host_win.h"
|
|
|
| #include <windows.h>
|
|
|
| @@ -12,8 +12,8 @@
|
| #include "ui/aura/client/cursor_client.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/base/cursor/cursor_loader_win.h"
|
| -#include "ui/events/event.h"
|
| #include "ui/base/view_prop.h"
|
| +#include "ui/events/event.h"
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/insets.h"
|
| #include "ui/gfx/screen.h"
|
|
|