summaryrefslogtreecommitdiffstats
path: root/chromium/win8/metro_driver/ime/text_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/win8/metro_driver/ime/text_store.h')
-rw-r--r--chromium/win8/metro_driver/ime/text_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/win8/metro_driver/ime/text_store.h b/chromium/win8/metro_driver/ime/text_store.h
index 8ed4d612708..975592c3514 100644
--- a/chromium/win8/metro_driver/ime/text_store.h
+++ b/chromium/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.