summaryrefslogtreecommitdiffstats
path: root/ash/test/shell_test_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test/shell_test_api.h')
-rw-r--r--ash/test/shell_test_api.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 12e40b7..7306b3d 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -7,9 +7,11 @@
#include "base/basictypes.h"
-namespace wm {
+namespace views {
+namespace corewm {
class InputMethodEventFilter;
-} // namespace wm
+} // namespace corewm
+} // namespace views
namespace ash {
class AshNativeCursorManager;
@@ -35,7 +37,7 @@ public:
explicit ShellTestApi(Shell* shell);
internal::RootWindowLayoutManager* root_window_layout();
- ::wm::InputMethodEventFilter* input_method_event_filter();
+ views::corewm::InputMethodEventFilter* input_method_event_filter();
internal::SystemGestureEventFilter* system_gesture_event_filter();
internal::WorkspaceController* workspace_controller();
internal::ScreenPositionController* screen_position_controller();