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

Unified Diff: ash/host/window_tree_host_factory.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 | « ash/host/root_window_host_factory_win.cc ('k') | ash/host/window_tree_host_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/window_tree_host_factory.h
diff --git a/ash/host/root_window_host_factory.h b/ash/host/window_tree_host_factory.h
similarity index 82%
rename from ash/host/root_window_host_factory.h
rename to ash/host/window_tree_host_factory.h
index d9566287c610eb5e4b5f5c0b33bbaa7f7f708d8e..a17927cd2e9ffed2e2c955991ef7c3995064b325 100644
--- a/ash/host/root_window_host_factory.h
+++ b/ash/host/window_tree_host_factory.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 ASH_HOST_ROOT_WINDOW_HOST_FACTORY_H_
-#define ASH_HOST_ROOT_WINDOW_HOST_FACTORY_H_
+#ifndef ASH_HOST_WINDOW_TREE_HOST_FACTORY_H_
+#define ASH_HOST_WINDOW_TREE_HOST_FACTORY_H_
#include "ash/ash_export.h"
#include "ui/gfx/rect.h"
@@ -30,4 +30,4 @@ class ASH_EXPORT WindowTreeHostFactory {
} // namespace ash
-#endif // ASH_HOST_ROOT_WINDOW_HOST_FACTORY_H_
+#endif // ASH_HOST_WINDOW_TREE_HOST_FACTORY_H_
« no previous file with comments | « ash/host/root_window_host_factory_win.cc ('k') | ash/host/window_tree_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698