| Index: ui/wm/core/input_method_event_filter_unittest.cc
 | 
| diff --git a/ui/wm/core/input_method_event_filter_unittest.cc b/ui/wm/core/input_method_event_filter_unittest.cc
 | 
| index ef1a84758fb88d138d8998e4206cd3e086b10a15..e5a35e8f316fa78b0650114135979359cc4bf829 100644
 | 
| --- a/ui/wm/core/input_method_event_filter_unittest.cc
 | 
| +++ b/ui/wm/core/input_method_event_filter_unittest.cc
 | 
| @@ -22,8 +22,7 @@
 | 
|  DISABLED_TestInputMethodKeyEventPropagation
 | 
|  #endif
 | 
|  
 | 
| -namespace views {
 | 
| -namespace corewm {
 | 
| +namespace wm {
 | 
|  
 | 
|  typedef aura::test::AuraTestBase InputMethodEventFilterTest;
 | 
|  
 | 
| @@ -87,5 +86,4 @@ TEST_F(InputMethodEventFilterTest, TestInputMethodKeyEventPropagation) {
 | 
|    window.reset();
 | 
|  }
 | 
|  
 | 
| -}  // namespace corewm
 | 
| -}  // namespace views
 | 
| +}  // namespace wm
 | 
| 
 |