| Index: chrome/browser/chromeos/login/screens/update_screen.h
|
| diff --git a/chrome/browser/chromeos/login/screens/update_screen.h b/chrome/browser/chromeos/login/screens/update_screen.h
|
| index f0d727a9e19f67eb20dde341986862e99592c0cf..ab16e7dee8fe44c3fc73918842054eabf953dbf0 100644
|
| --- a/chrome/browser/chromeos/login/screens/update_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/update_screen.h
|
| @@ -111,7 +111,7 @@ class UpdateScreen: public UpdateEngineClient::Observer,
|
| void HideErrorMessage();
|
| void UpdateErrorMessage(
|
| const NetworkState* network,
|
| - const NetworkPortalDetector::CaptivePortalStatus status);
|
| + const captive_portal::CaptivePortalStatus status);
|
| // Timer for the interval to wait for the reboot.
|
| // If reboot didn't happen - ask user to reboot manually.
|
| base::OneShotTimer<UpdateScreen> reboot_timer_;
|
|
|