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

Unified Diff: ui/web_dialogs/test/test_web_dialog_delegate.cc

Issue 16049004: ui/web_dialogs: Use base::string16 now that string16 was moved into base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months 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/web_dialogs/test/test_web_dialog_delegate.h ('k') | ui/web_dialogs/web_dialog_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/web_dialogs/test/test_web_dialog_delegate.cc
diff --git a/ui/web_dialogs/test/test_web_dialog_delegate.cc b/ui/web_dialogs/test/test_web_dialog_delegate.cc
index 81c49820d80c644773bba6b510bfa5e26bf610b0..a75fd9e6f330c01c81ebdc5b4e1a549b3dffc9a7 100644
--- a/ui/web_dialogs/test/test_web_dialog_delegate.cc
+++ b/ui/web_dialogs/test/test_web_dialog_delegate.cc
@@ -24,7 +24,7 @@ ModalType TestWebDialogDelegate::GetDialogModalType() const {
return MODAL_TYPE_WINDOW;
}
-string16 TestWebDialogDelegate::GetDialogTitle() const {
+base::string16 TestWebDialogDelegate::GetDialogTitle() const {
return UTF8ToUTF16("Test");
}
« no previous file with comments | « ui/web_dialogs/test/test_web_dialog_delegate.h ('k') | ui/web_dialogs/web_dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698