Index: ui/base/win/message_box_win.h |
diff --git a/ui/base/win/message_box_win.h b/ui/base/win/message_box_win.h |
index a91c00f7a37fcc299588684054672999c9921eec..f24150e77bc384973bd647d53282c618c17adc9a 100644 |
--- a/ui/base/win/message_box_win.h |
+++ b/ui/base/win/message_box_win.h |
@@ -17,8 +17,8 @@ namespace ui { |
// callers don't have to worry about adding these flags when running in a |
// right-to-left locale. |
UI_EXPORT int MessageBox(HWND hwnd, |
- const string16& text, |
- const string16& caption, |
+ const base::string16& text, |
+ const base::string16& caption, |
UINT flags); |
} // namespace ui |