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

Unified Diff: ui/aura_shell/test/aura_shell_test_base.cc

Issue 8817018: Implement cycle window forward/backward by keyboard shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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_shell/shell_unittest.cc ('k') | ui/aura_shell/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/test/aura_shell_test_base.cc
diff --git a/ui/aura_shell/test/aura_shell_test_base.cc b/ui/aura_shell/test/aura_shell_test_base.cc
index 3fe7ebd0d672ce70f556ce9f7f1824ba0cd018a4..69a52d6e73e55c52e3244cb25c29747f3bc3c211 100644
--- a/ui/aura_shell/test/aura_shell_test_base.cc
+++ b/ui/aura_shell/test/aura_shell_test_base.cc
@@ -5,6 +5,7 @@
#include "ui/aura_shell/test/aura_shell_test_base.h"
#include "ui/aura_shell/shell.h"
+#include "ui/aura_shell/test/test_shell_delegate.h"
namespace aura_shell {
namespace test {
@@ -19,7 +20,7 @@ void AuraShellTestBase::SetUp() {
aura::test::AuraTestBase::SetUp();
// Creates Shell and hook with Desktop.
- aura_shell::Shell::CreateInstance(NULL);
+ aura_shell::Shell::CreateInstance(new TestShellDelegate);
}
void AuraShellTestBase::TearDown() {
« no previous file with comments | « ui/aura_shell/shell_unittest.cc ('k') | ui/aura_shell/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698