| Index: chromeos/ime/input_method_property.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_property.h b/chromeos/ime/input_method_property.h
|
| similarity index 85%
|
| rename from chrome/browser/chromeos/input_method/input_method_property.h
|
| rename to chromeos/ime/input_method_property.h
|
| index 8745221b7e7f144ad8b96f3c39265361a6b63b0f..170e00de6d3399372f798f8c14c7cc20ed30945d 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_property.h
|
| +++ b/chromeos/ime/input_method_property.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_PROPERTY_H_
|
| -#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_PROPERTY_H_
|
| +#ifndef CHROMEOS_IME_INPUT_METHOD_PROPERTY_H_
|
| +#define CHROMEOS_IME_INPUT_METHOD_PROPERTY_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| +#include "chromeos/chromeos_export.h"
|
|
|
| namespace chromeos {
|
| namespace input_method {
|
|
|
| // A structure which represents a property for an input method engine.
|
| -struct InputMethodProperty {
|
| +struct CHROMEOS_EXPORT InputMethodProperty {
|
| InputMethodProperty(const std::string& in_key,
|
| const std::string& in_label,
|
| bool in_is_selection_item,
|
| @@ -40,4 +41,4 @@ typedef std::vector<InputMethodProperty> InputMethodPropertyList;
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_PROPERTY_H_
|
| +#endif // CHROMEOS_IME_INPUT_METHOD_PROPERTY_H_
|
|
|