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

Unified Diff: win8/metro_driver/metro_dialog_box.h

Issue 119733002: Add base:: to string16s in win8/. (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 | « win8/metro_driver/ime/text_store_delegate.h ('k') | win8/metro_driver/metro_dialog_box.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_dialog_box.h
diff --git a/win8/metro_driver/metro_dialog_box.h b/win8/metro_driver/metro_dialog_box.h
index 5a6a94dbc633d8f703a593fc4065abe9d6e63845..a8ee5b6604e491f209877d90964f68204236d726 100644
--- a/win8/metro_driver/metro_dialog_box.h
+++ b/win8/metro_driver/metro_dialog_box.h
@@ -16,10 +16,10 @@
class MetroDialogBox : public winui::Popups::IUICommandInvokedHandler {
public:
struct DialogBoxInfo {
- string16 title;
- string16 content;
- string16 button1_label;
- string16 button2_label;
+ base::string16 title;
+ base::string16 content;
+ base::string16 button1_label;
+ base::string16 button2_label;
base::win::MetroDialogButtonPressedHandler button1_handler;
base::win::MetroDialogButtonPressedHandler button2_handler;
};
« no previous file with comments | « win8/metro_driver/ime/text_store_delegate.h ('k') | win8/metro_driver/metro_dialog_box.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698