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

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

Issue 410873003: Revert 284850 "aura: Use PlatformWindow from WindowTreeHostWin." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « trunk/src/ash/ash.gyp ('k') | trunk/src/mojo/services/native_viewport/native_viewport_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/test/ash_test_base.cc
===================================================================
--- trunk/src/ash/test/ash_test_base.cc (revision 284904)
+++ trunk/src/ash/test/ash_test_base.cc (working copy)
@@ -44,7 +44,6 @@
#include "base/win/windows_version.h"
#include "ui/aura/remote_window_tree_host_win.h"
#include "ui/aura/window_tree_host_win.h"
-#include "ui/platform_window/win/win_window.h"
#include "win8/test/test_registrar_constants.h"
#endif
@@ -124,7 +123,7 @@
switches::kAshHostWindowBounds, "1+1-800x600");
}
#if defined(OS_WIN)
- ui::test::SetUsePopupAsRootWindowForTest(true);
+ aura::test::SetUsePopupAsRootWindowForTest(true);
#endif
ash_test_helper_->SetUp(start_session_);
@@ -174,7 +173,7 @@
ash_test_helper_->TearDown();
#if defined(OS_WIN)
- ui::test::SetUsePopupAsRootWindowForTest(false);
+ aura::test::SetUsePopupAsRootWindowForTest(false);
// Kill the viewer process if we spun one up.
metro_viewer_host_.reset();
« no previous file with comments | « trunk/src/ash/ash.gyp ('k') | trunk/src/mojo/services/native_viewport/native_viewport_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698