Chromium Code Reviews| Index: content/common/text_input_state.h |
| diff --git a/content/common/text_input_state.h b/content/common/text_input_state.h |
| index 9b9c92b958721cf973f31f834d9b97cf297cb276..0be6069be119fea78e5a40e2f511ee4ce8283a12 100644 |
| --- a/content/common/text_input_state.h |
| +++ b/content/common/text_input_state.h |
| @@ -15,6 +15,7 @@ namespace content { |
| struct CONTENT_EXPORT TextInputState { |
| TextInputState(); |
| + TextInputState(const TextInputState& other); |
| // Type of the input field. |
| ui::TextInputType type; |