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

Unified Diff: ash/test/ash_test_base.cc

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: ash/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 335972d40be871c084728ce7a99fb24b10662115..dcc013b061eefdc5aa37a671c182539a1f4819f4 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -240,15 +240,12 @@ aura::Window* AshTestBase::CreateTestWindowInShellWithDelegate(
int id,
const gfx::Rect& bounds) {
return CreateTestWindowInShellWithDelegateAndType(
- delegate,
- aura::client::WINDOW_TYPE_NORMAL,
- id,
- bounds);
+ delegate, ui::wm::WINDOW_TYPE_NORMAL, id, bounds);
}
aura::Window* AshTestBase::CreateTestWindowInShellWithDelegateAndType(
aura::WindowDelegate* delegate,
- aura::client::WindowType type,
+ ui::wm::WindowType type,
int id,
const gfx::Rect& bounds) {
aura::Window* window = new aura::Window(delegate);

Powered by Google App Engine
This is Rietveld 408576698