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

Unified Diff: win8/metro_driver/metro_dialog_box.cc

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/metro_dialog_box.h ('k') | win8/metro_driver/metro_driver.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.cc
diff --git a/win8/metro_driver/metro_dialog_box.cc b/win8/metro_driver/metro_dialog_box.cc
index 25e70827710326f905bc8c3f7fe9a40e6f9aead3..1217fed86e8388ef668173d04d53eefa92ce7214 100644
--- a/win8/metro_driver/metro_dialog_box.cc
+++ b/win8/metro_driver/metro_dialog_box.cc
@@ -141,7 +141,7 @@ HRESULT STDMETHODCALLTYPE MetroDialogBox::Invoke(
mswrw::HString label;
command->get_Label(label.GetAddressOf());
- string16 button_label = MakeStdWString(label.Get());
+ base::string16 button_label = MakeStdWString(label.Get());
DVLOG(1) << "Clicked button label is : " << button_label;
if (button_label == dialog_box_info_.button1_label) {
DVLOG(1) << "Button1 clicked";
« no previous file with comments | « win8/metro_driver/metro_dialog_box.h ('k') | win8/metro_driver/metro_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698