Index: ui/gfx/text_utils.h |
diff --git a/ui/gfx/text_utils.h b/ui/gfx/text_utils.h |
index 274664f4e23d4bdda80f0847a5e6bbc9d849defd..12035ea1ebece59adce0b791f7bac59fe459934d 100644 |
--- a/ui/gfx/text_utils.h |
+++ b/ui/gfx/text_utils.h |
@@ -15,10 +15,10 @@ namespace gfx { |
// |accelerated_char_pos| and |accelerated_char_span| will be set to the index |
// and span of the last accelerated character, respectively, or -1 and 0 if |
// there was none. |
-UI_EXPORT string16 RemoveAcceleratorChar(const string16& s, |
- char16 accelerator_char, |
- int* accelerated_char_pos, |
- int* accelerated_char_span); |
+UI_EXPORT base::string16 RemoveAcceleratorChar(const base::string16& s, |
+ base::char16 accelerator_char, |
+ int* accelerated_char_pos, |
+ int* accelerated_char_span); |
} // namespace gfx |