| Index: chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| index 50c605f4291625dfaf41c7666ce341874c35b0ef..6ccc24f33cf7f018fb6abb81feee51e4315a33f6 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| @@ -15,8 +15,8 @@
|
| #include "chrome/browser/chromeos/input_method/candidate_window_controller.h"
|
| #include "chrome/browser/chromeos/input_method/input_method_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "ui/base/ime/chromeos/input_method_manager.h"
|
| -#include "ui/base/ime/chromeos/input_method_whitelist.h"
|
| +#include "chromeos/ime/input_method_manager.h"
|
| +#include "chromeos/ime/input_method_whitelist.h"
|
|
|
| namespace chromeos {
|
| class ComponentExtensionIMEManager;
|
|
|