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

Unified Diff: trunk/src/ash/test/test_shell_delegate.cc

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
Index: trunk/src/ash/test/test_shell_delegate.cc
===================================================================
--- trunk/src/ash/test/test_shell_delegate.cc (revision 236090)
+++ trunk/src/ash/test/test_shell_delegate.cc (working copy)
@@ -146,8 +146,8 @@
return NULL;
}
-WindowTreeHostFactory* TestShellDelegate::CreateWindowTreeHostFactory() {
- return WindowTreeHostFactory::Create();
+RootWindowHostFactory* TestShellDelegate::CreateRootWindowHostFactory() {
+ return RootWindowHostFactory::Create();
}
base::string16 TestShellDelegate::GetProductName() const {
« no previous file with comments | « trunk/src/ash/test/test_shell_delegate.h ('k') | trunk/src/ash/wm/caption_buttons/frame_maximize_button_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698