Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: ui/aura/remote_window_tree_host_win.h

Issue 160573002: Move root_window_host* in aura to window_tree_host*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/remote_root_window_host_win.cc ('k') | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/remote_window_tree_host_win.h
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_window_tree_host_win.h
similarity index 98%
rename from ui/aura/remote_root_window_host_win.h
rename to ui/aura/remote_window_tree_host_win.h
index a3a7e4aae0f8cb670ba5e3f2e3d05aad8f086e4e..738cb173b111c1bf3b640b82e1d8d0ad5acff62a 100644
--- a/ui/aura/remote_root_window_host_win.h
+++ b/ui/aura/remote_window_tree_host_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_REMOTE_ROOT_WINDOW_HOST_WIN_H_
-#define UI_AURA_REMOTE_ROOT_WINDOW_HOST_WIN_H_
+#ifndef UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
+#define UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
#include <vector>
@@ -306,4 +306,4 @@ class AURA_EXPORT RemoteWindowTreeHostWin
} // namespace aura
-#endif // UI_AURA_REMOTE_ROOT_WINDOW_HOST_WIN_H_
+#endif // UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
« no previous file with comments | « ui/aura/remote_root_window_host_win.cc ('k') | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698