| 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 c65f357de7c55f314ad42ebade4d7e261ef964e6..03e2b282d82bea3ce3990383fa1fb7add8f326a1 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/about_page_handler.cc
|
| @@ -78,9 +78,7 @@ class AboutPageHandler::UpdateObserver
|
| };
|
|
|
| AboutPageHandler::AboutPageHandler()
|
| - : CrosOptionsPageUIHandler(
|
| - new UserCrosSettingsProvider),
|
| - progress_(-1),
|
| + : progress_(-1),
|
| sticky_(false),
|
| started_(false)
|
| {}
|
|
|