| Index: chrome/browser/ui/webui/components_ui.h
|
| diff --git a/chrome/browser/ui/webui/components_ui.h b/chrome/browser/ui/webui/components_ui.h
|
| index 4a4584e29a4d2357dbfc2bd5ffebc50d5819bf39..b391cd1b6dad334028097d77ebfd45c9ec361030 100644
|
| --- a/chrome/browser/ui/webui/components_ui.h
|
| +++ b/chrome/browser/ui/webui/components_ui.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "components/component_updater/component_updater_service.h"
|
| -#include "components/update_client/crx_update_item.h"
|
| +#include "components/update_client/update_client.h"
|
| #include "content/public/browser/web_ui_controller.h"
|
| #include "ui/base/layout.h"
|
|
|
| @@ -38,7 +38,7 @@ class ComponentsUI : public content::WebUIController,
|
| private:
|
| static base::string16 ComponentEventToString(Events event);
|
| static base::string16 ServiceStatusToString(
|
| - update_client::CrxUpdateItem::State state);
|
| + update_client::ComponentState state);
|
| DISALLOW_COPY_AND_ASSIGN(ComponentsUI);
|
| };
|
|
|
|
|