| Index: chromeos/ime/input_method_delegate.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_delegate.h b/chromeos/ime/input_method_delegate.h
|
| similarity index 76%
|
| rename from chrome/browser/chromeos/input_method/input_method_delegate.h
|
| rename to chromeos/ime/input_method_delegate.h
|
| index ed0717313ea5407eeae75648a57534c51d65734d..d82b4628c3f8db04db63858124d1cefa3167eeed 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_delegate.h
|
| +++ b/chromeos/ime/input_method_delegate.h
|
| @@ -2,18 +2,19 @@
|
| // 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_DELEGATE_H_
|
| -#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DELEGATE_H_
|
| +#ifndef CHROMEOS_IME_INPUT_METHOD_DELEGATE_H_
|
| +#define CHROMEOS_IME_INPUT_METHOD_DELEGATE_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| +#include "chromeos/chromeos_export.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
|
|
| // Provides access to read/persist Input Method-related properties.
|
| -class InputMethodDelegate {
|
| +class CHROMEOS_EXPORT InputMethodDelegate {
|
| public:
|
| InputMethodDelegate() {}
|
| virtual ~InputMethodDelegate() {}
|
| @@ -31,4 +32,4 @@ class InputMethodDelegate {
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DELEGATE_H_
|
| +#endif // CHROMEOS_IME_INPUT_METHOD_DELEGATE_H_
|
|
|