| Index: chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc b/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
|
| index f4ae091a18ae3d411425ccf79d9f2e5403c639f1..e4d30fc18d23b786d45263ab85039899645aeeb7 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
|
| @@ -79,9 +79,7 @@ class AboutPageHandler::UpdateObserver
|
| };
|
|
|
| AboutPageHandler::AboutPageHandler()
|
| - : CrosOptionsPageUIHandler(
|
| - new UserCrosSettingsProvider),
|
| - progress_(-1),
|
| + : progress_(-1),
|
| sticky_(false),
|
| started_(false)
|
| {}
|
|
|