diff options
Diffstat (limited to 'chrome/browser/chromeos/options/network_config_view.h')
-rw-r--r-- | chrome/browser/chromeos/options/network_config_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/options/network_config_view.h b/chrome/browser/chromeos/options/network_config_view.h index 672b83e..9743979 100644 --- a/chrome/browser/chromeos/options/network_config_view.h +++ b/chrome/browser/chromeos/options/network_config_view.h @@ -49,8 +49,8 @@ class NetworkConfigView : public views::DialogDelegateView, gfx::NativeWindow GetNativeWindow() const; // views::DialogDelegate methods. - virtual std::wstring GetDialogButtonLabel( - MessageBoxFlags::DialogButton button) const OVERRIDE; + virtual string16 GetDialogButtonLabel( + ui::MessageBoxFlags::DialogButton button) const OVERRIDE; virtual bool IsDialogButtonEnabled( MessageBoxFlags::DialogButton button) const OVERRIDE; virtual bool Cancel() OVERRIDE; |