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

Unified Diff: ash/test/shell_test_api.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 16cc576c4d36f2621cdda29de718861d38be803f..5afd594dc9af927634782b532c2d6f4161891201 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -7,10 +7,6 @@
#include "base/basictypes.h"
-namespace wm {
-class InputMethodEventFilter;
-} // namespace wm
-
namespace ash {
class AppListController;
class AshNativeCursorManager;
@@ -33,7 +29,6 @@ public:
explicit ShellTestApi(Shell* shell);
RootWindowLayoutManager* root_window_layout();
- ::wm::InputMethodEventFilter* input_method_event_filter();
SystemGestureEventFilter* system_gesture_event_filter();
WorkspaceController* workspace_controller();
ScreenPositionController* screen_position_controller();

Powered by Google App Engine
This is Rietveld 408576698