Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8847)

Unified Diff: chrome/browser/ui/webui/components_ui.h

Issue 2835803002: Refactor the UpdateEngine and its actions in the component updater. (Closed)
Patch Set: feedback up to #6 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/components_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/components_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698