| Index: chromeos/ime/input_method_descriptor.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_descriptor.h b/chromeos/ime/input_method_descriptor.h
|
| similarity index 89%
|
| rename from chrome/browser/chromeos/input_method/input_method_descriptor.h
|
| rename to chromeos/ime/input_method_descriptor.h
|
| index 50e4745e92fd91c9001c3e0a31789f00871c5826..963f21fffbe9b31aa1c1a54b575ce1a1105b686f 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_descriptor.h
|
| +++ b/chromeos/ime/input_method_descriptor.h
|
| @@ -2,13 +2,14 @@
|
| // 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_DESCRIPTOR_H_
|
| -#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DESCRIPTOR_H_
|
| +#ifndef CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
|
| +#define CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| +#include "chromeos/chromeos_export.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
| @@ -16,7 +17,7 @@ namespace input_method {
|
| class InputMethodWhitelist;
|
|
|
| // A structure which represents an input method.
|
| -class InputMethodDescriptor {
|
| +class CHROMEOS_EXPORT InputMethodDescriptor {
|
| public:
|
| InputMethodDescriptor();
|
| InputMethodDescriptor(const std::string& id,
|
| @@ -64,4 +65,4 @@ typedef std::vector<InputMethodDescriptor> InputMethodDescriptors;
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DESCRIPTOR_H_
|
| +#endif // CHROMEOS_IME_INPUT_METHOD_DESCRIPTOR_H_
|
|
|