| Index: chrome/common/extensions/api/input_ime/input_components_handler.h
|
| diff --git a/chrome/common/extensions/api/input_ime/input_components_handler.h b/chrome/common/extensions/api/input_ime/input_components_handler.h
|
| index b6dba6b23653a33f565adfaf30b3eda5877a1f7e..8fa5df6feb090f835df7ff89e2d7a54fd1713d5b 100644
|
| --- a/chrome/common/extensions/api/input_ime/input_components_handler.h
|
| +++ b/chrome/common/extensions/api/input_ime/input_components_handler.h
|
| @@ -27,6 +27,7 @@ enum InputComponentType {
|
| struct InputComponentInfo {
|
| // Define out of line constructor/destructor to please Clang.
|
| InputComponentInfo();
|
| + InputComponentInfo(const InputComponentInfo& other);
|
| ~InputComponentInfo();
|
|
|
| std::string name;
|
|
|