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. |