| Index: chrome/browser/chromeos/login/captive_portal_view.h
|
| diff --git a/chrome/browser/chromeos/login/captive_portal_view.h b/chrome/browser/chromeos/login/captive_portal_view.h
|
| index 4913b8b86d1b5917de68ba99913b19ca3eb9f8bd..1a8b34e96bf36d1016ff07c9e8e809770e13a2ca 100644
|
| --- a/chrome/browser/chromeos/login/captive_portal_view.h
|
| +++ b/chrome/browser/chromeos/login/captive_portal_view.h
|
| @@ -23,7 +23,7 @@ class CaptivePortalView : public SimpleWebViewDialog {
|
| // Overridden from views::WidgetDelegate:
|
| virtual bool CanResize() const OVERRIDE;
|
| virtual ui::ModalType GetModalType() const OVERRIDE;
|
| - virtual string16 GetWindowTitle() const OVERRIDE;
|
| + virtual base::string16 GetWindowTitle() const OVERRIDE;
|
| virtual bool ShouldShowWindowTitle() const OVERRIDE;
|
| virtual views::NonClientFrameView* CreateNonClientFrameView(
|
| views::Widget* widget) OVERRIDE;
|
|
|