| Index: ui/chromeos/ime/input_method_menu_manager.cc
|
| diff --git a/ash/ime/input_method_menu_manager.cc b/ui/chromeos/ime/input_method_menu_manager.cc
|
| similarity index 94%
|
| rename from ash/ime/input_method_menu_manager.cc
|
| rename to ui/chromeos/ime/input_method_menu_manager.cc
|
| index ee75621ab8d581bf4faa12ac4c6072fe36744bb5..8e2d51f55cd8146ff38c9fe5b9be57ff3ffdb360 100644
|
| --- a/ash/ime/input_method_menu_manager.cc
|
| +++ b/ui/chromeos/ime/input_method_menu_manager.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/ime/input_method_menu_manager.h"
|
| +#include "ui/chromeos/ime/input_method_menu_manager.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
|
|
| -namespace ash {
|
| +namespace ui {
|
| namespace ime {
|
|
|
| InputMethodMenuManager::InputMethodMenuManager()
|
| @@ -54,4 +54,4 @@ InputMethodMenuManager* InputMethodMenuManager::GetInstance() {
|
| }
|
|
|
| } // namespace ime
|
| -} // namespace ash
|
| +} // namespace ui
|
|
|