| Index: chromeos/ime/input_method_manager.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chromeos/ime/input_method_manager.h
|
| similarity index 93%
|
| rename from chrome/browser/chromeos/input_method/input_method_manager.h
|
| rename to chromeos/ime/input_method_manager.h
|
| index 786db508dd1edcc1587df2625abee285ae7cb4ac..54e555c5b087e98c9dae952a81ec6a84f9ed09a6 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager.h
|
| +++ b/chromeos/ime/input_method_manager.h
|
| @@ -2,17 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_MANAGER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_MANAGER_H_
|
| +#ifndef CHROMEOS_IME_INPUT_METHOD_MANAGER_H_
|
| +#define CHROMEOS_IME_INPUT_METHOD_MANAGER_H_
|
|
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/chromeos/input_method/input_method_config.h"
|
| -#include "chrome/browser/chromeos/input_method/input_method_descriptor.h"
|
| -#include "chrome/browser/chromeos/input_method/input_method_property.h"
|
| +#include "chromeos/chromeos_export.h"
|
| +#include "chromeos/ime/input_method_config.h"
|
| +#include "chromeos/ime/input_method_descriptor.h"
|
| +#include "chromeos/ime/input_method_property.h"
|
|
|
| namespace ui {
|
| class Accelerator;
|
| @@ -28,7 +29,7 @@ class XKeyboard;
|
| // This class manages input methodshandles. Classes can add themselves as
|
| // observers. Clients can get an instance of this library class by:
|
| // GetInputMethodManager().
|
| -class InputMethodManager {
|
| +class CHROMEOS_EXPORT InputMethodManager {
|
| public:
|
| enum State {
|
| STATE_LOGIN_SCREEN = 0,
|
| @@ -160,4 +161,4 @@ class InputMethodManager {
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_MANAGER_H_
|
| +#endif // CHROMEOS_IME_INPUT_METHOD_MANAGER_H_
|
|
|