| Index: ui/base/ime/win/tsf_text_store.h
|
| diff --git a/ui/base/ime/win/tsf_text_store.h b/ui/base/ime/win/tsf_text_store.h
|
| index 87cd6b42991ed09c07ef272d1781d9d01c37cd76..a244c571c0dc74e8659f8aca8909cccf8a3d3c32 100644
|
| --- a/ui/base/ime/win/tsf_text_store.h
|
| +++ b/ui/base/ime/win/tsf_text_store.h
|
| @@ -250,7 +250,7 @@ class UI_EXPORT TSFTextStore : public ITextStoreACP,
|
| // Example: "aoi" is committed, and "umi" is under composition.
|
| // |string_buffer_|: "aoiumi"
|
| // |committed_size_|: 3
|
| - string16 string_buffer_;
|
| + base::string16 string_buffer_;
|
| size_t committed_size_;
|
|
|
| // |selection_start_| and |selection_end_| indicates the selection range.
|
|
|