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

Unified Diff: ui/aura/test/aura_test_helper.h

Issue 11299219: Rework FocusManager as FocusClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « ui/aura/root_window_unittest.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.h
===================================================================
--- ui/aura/test/aura_test_helper.h (revision 169818)
+++ ui/aura/test/aura_test_helper.h (working copy)
@@ -15,11 +15,11 @@
}
namespace aura {
-class FocusManager;
class RootWindow;
class TestScreen;
namespace client {
class DefaultCaptureClient;
+class FocusClient;
}
namespace test {
class TestActivationClient;
@@ -36,8 +36,8 @@
// Creates and initializes (shows and sizes) the RootWindow for use in tests.
void SetUp();
- // Clean up objects that are created for tests. This also delete
- // aura::Env object.
+ // Clean up objects that are created for tests. This also deletes the Env
+ // object.
void TearDown();
// Flushes message loop.
@@ -55,8 +55,8 @@
scoped_ptr<TestActivationClient> test_activation_client_;
scoped_ptr<client::DefaultCaptureClient> capture_client_;
scoped_ptr<ui::InputMethod> test_input_method_;
- scoped_ptr<FocusManager> focus_manager_;
- scoped_ptr<aura::TestScreen> test_screen_;
+ scoped_ptr<client::FocusClient> focus_client_;
+ scoped_ptr<TestScreen> test_screen_;
DISALLOW_COPY_AND_ASSIGN(AuraTestHelper);
};
« no previous file with comments | « ui/aura/root_window_unittest.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698