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

Unified Diff: trunk/src/ash/shell.h

Issue 77203002: Revert 236048 "Rename RootWindowHost* to WindowTreeHost*" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 | « trunk/src/ash/host/root_window_host_factory_win.cc ('k') | trunk/src/ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/shell.h
===================================================================
--- trunk/src/ash/shell.h (revision 236090)
+++ trunk/src/ash/shell.h (working copy)
@@ -96,7 +96,7 @@
class NewWindowDelegate;
class PartialMagnificationController;
class PowerButtonController;
-class WindowTreeHostFactory;
+class RootWindowHostFactory;
class ScreenAsh;
class SessionStateDelegate;
class ShelfModel;
@@ -499,7 +499,7 @@
return resolution_notification_controller_.get();
}
- WindowTreeHostFactory* root_window_host_factory() {
+ RootWindowHostFactory* root_window_host_factory() {
return root_window_host_factory_.get();
}
@@ -636,7 +636,7 @@
scoped_ptr<internal::EventClientImpl> event_client_;
scoped_ptr<internal::EventTransformationHandler>
event_transformation_handler_;
- scoped_ptr<WindowTreeHostFactory> root_window_host_factory_;
+ scoped_ptr<RootWindowHostFactory> root_window_host_factory_;
// An event filter that rewrites or drops an event.
scoped_ptr<internal::EventRewriterEventFilter> event_rewriter_filter_;
« no previous file with comments | « trunk/src/ash/host/root_window_host_factory_win.cc ('k') | trunk/src/ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698