diff options
Diffstat (limited to 'win8/metro_driver/ime/text_store.h')
-rw-r--r-- | win8/metro_driver/ime/text_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/metro_driver/ime/text_store.h b/win8/metro_driver/ime/text_store.h index 8ed4d61..975592c 100644 --- a/win8/metro_driver/ime/text_store.h +++ b/win8/metro_driver/ime/text_store.h @@ -261,7 +261,7 @@ class ATL_NO_VTABLE TextStore // Example: "aoi" is committed, and "umi" is under composition. // |string_buffer_|: "aoiumi" // |committed_size_|: 3 - string16 string_buffer_; + base::string16 string_buffer_; uint32 committed_size_; // |selection_start_| and |selection_end_| indicates the selection range. |