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

Unified Diff: ui/web_dialogs/web_dialog_delegate.h

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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/web_dialogs/web_dialog_delegate.h
diff --git a/ui/web_dialogs/web_dialog_delegate.h b/ui/web_dialogs/web_dialog_delegate.h
index 3a6ec4f1486b09e69bd183f831bae5b09411cfb8..8b8693cf1e6434ca6eeb8515ba98c3bc258da8b1 100644
--- a/ui/web_dialogs/web_dialog_delegate.h
+++ b/ui/web_dialogs/web_dialog_delegate.h
@@ -38,7 +38,7 @@ class WEB_DIALOGS_EXPORT WebDialogDelegate {
virtual ModalType GetDialogModalType() const = 0;
// Returns the title of the dialog.
- virtual string16 GetDialogTitle() const = 0;
+ virtual base::string16 GetDialogTitle() const = 0;
// Returns the dialog's name identifier. Used to identify this dialog for
// state restoration.
« no previous file with comments | « ui/web_dialogs/test/test_web_dialog_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698