Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: ui/base/win/message_box_win.h

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/resource/resource_bundle_unittest.cc ('k') | ui/base/win/message_box_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/base/resource/resource_bundle_unittest.cc ('k') | ui/base/win/message_box_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698