| 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 b86da89f4ca847ce34d839bf12e858fc06bac316..c4c6baa2d0b64c288415fd7db43300729406ef83 100644
|
| --- a/chrome/browser/chromeos/login/screens/update_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/update_screen.h
|
| @@ -177,7 +177,7 @@ class UpdateScreen : public UpdateModel,
|
| // the default network.
|
| bool is_first_portal_notification_;
|
|
|
| - scoped_ptr<ErrorScreensHistogramHelper> histogram_helper_;
|
| + std::unique_ptr<ErrorScreensHistogramHelper> histogram_helper_;
|
|
|
| // Timer for the captive portal detector to show portal login page.
|
| // If redirect did not happen during this delay, error message is shown
|
|
|