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

Unified Diff: ui/aura/test/test_windows.cc

Issue 8968022: Shell related switches -> aura shell switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « ui/aura/test/test_windows.h ('k') | ui/aura/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_windows.cc
===================================================================
--- ui/aura/test/test_windows.cc (revision 114849)
+++ ui/aura/test/test_windows.cc (working copy)
@@ -33,14 +33,14 @@
Window* parent) {
return CreateTestWindowWithDelegateAndType(
delegate,
- aura::WINDOW_TYPE_NORMAL,
+ aura::client::WINDOW_TYPE_NORMAL,
id,
bounds,
parent);
}
Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
- WindowType type,
+ client::WindowType type,
int id,
const gfx::Rect& bounds,
Window* parent) {
« no previous file with comments | « ui/aura/test/test_windows.h ('k') | ui/aura/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698