| Index: ui/base/ime/composition_text.h
|
| diff --git a/ui/base/ime/composition_text.h b/ui/base/ime/composition_text.h
|
| index 5beaffc0eb77887aeb9c7775483540a6b5aa6aa5..7d728635e3e4f22f8d3053fcab0c46459d7c7e44 100644
|
| --- a/ui/base/ime/composition_text.h
|
| +++ b/ui/base/ime/composition_text.h
|
| @@ -36,7 +36,7 @@ struct UI_EXPORT CompositionText {
|
| void Clear();
|
|
|
| // Content of the composition text.
|
| - string16 text;
|
| + base::string16 text;
|
|
|
| // Underline information of the composition text.
|
| // They must be sorted in ascending order by their start_offset and cannot be
|
|
|