| Index: chrome/browser/ui/input_method/input_method_engine_base.h
|
| diff --git a/chrome/browser/input_method/input_method_engine_base.h b/chrome/browser/ui/input_method/input_method_engine_base.h
|
| similarity index 96%
|
| rename from chrome/browser/input_method/input_method_engine_base.h
|
| rename to chrome/browser/ui/input_method/input_method_engine_base.h
|
| index 406bb6d61759c9b70aaa8ffd110701476af0d167..28ef642f4d305c72ecb86e37eca93f35e0e0dca0 100644
|
| --- a/chrome/browser/input_method/input_method_engine_base.h
|
| +++ b/chrome/browser/ui/input_method/input_method_engine_base.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_INPUT_METHOD_INPUT_METHOD_ENGINE_BASE_H_
|
| -#define CHROME_BROWSER_INPUT_METHOD_INPUT_METHOD_ENGINE_BASE_H_
|
| +#ifndef CHROME_BROWSER_UI_INPUT_METHOD_INPUT_METHOD_ENGINE_BASE_H_
|
| +#define CHROME_BROWSER_UI_INPUT_METHOD_INPUT_METHOD_ENGINE_BASE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -196,4 +196,4 @@ class InputMethodEngineBase : virtual public ui::IMEEngineHandlerInterface {
|
|
|
| } // namespace input_method
|
|
|
| -#endif // CHROME_BROWSER_INPUT_METHOD_INPUT_METHOD_ENGINE_BASE_H_
|
| +#endif // CHROME_BROWSER_UI_INPUT_METHOD_INPUT_METHOD_ENGINE_BASE_H_
|
|
|