Index: ui/chromeos/ime/mode_indicator_view.cc |
diff --git a/ash/ime/mode_indicator_view.cc b/ui/chromeos/ime/mode_indicator_view.cc |
similarity index 97% |
rename from ash/ime/mode_indicator_view.cc |
rename to ui/chromeos/ime/mode_indicator_view.cc |
index c8df071a759eb4cc5e0aa11d1032f78292c9eb89..8bbb5ddb83bf13431b6322fd3056d95252e9cee2 100644 |
--- a/ash/ime/mode_indicator_view.cc |
+++ b/ui/chromeos/ime/mode_indicator_view.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/ime/mode_indicator_view.h" |
+#include "ui/chromeos/ime/mode_indicator_view.h" |
#include "base/logging.h" |
#include "ui/gfx/display.h" |
@@ -13,7 +13,7 @@ |
#include "ui/views/layout/fill_layout.h" |
#include "ui/wm/core/window_animations.h" |
-namespace ash { |
+namespace ui { |
namespace ime { |
namespace { |
@@ -92,4 +92,4 @@ views::NonClientFrameView* ModeIndicatorView::CreateNonClientFrameView( |
} |
} // namespace ime |
-} // namespace ash |
+} // namespace ui |