Index: win8/metro_driver/ime/text_store.h |
diff --git a/win8/metro_driver/ime/text_store.h b/win8/metro_driver/ime/text_store.h |
index 8ed4d6127084a5a59663ffe68160d681f1381196..975592c3514c1b8135b584047589ecace9aa292b 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. |