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

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

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chrome/browser/net/crl_set_fetcher.cc ('k') | 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 d92279e4f83cf67c0d09935c382c58506b1f4919..21c702f2b01618517c53e0ed6b3723b8619bff8a 100644
--- a/chrome/browser/ui/webui/components_ui.h
+++ b/chrome/browser/ui/webui/components_ui.h
@@ -5,8 +5,10 @@
#ifndef CHROME_BROWSER_UI_WEBUI_COMPONENTS_UI_H_
#define CHROME_BROWSER_UI_WEBUI_COMPONENTS_UI_H_
+#include <string>
+
#include "components/component_updater/component_updater_service.h"
-#include "components/component_updater/crx_update_item.h"
+#include "components/update_client/crx_update_item.h"
#include "content/public/browser/web_ui_controller.h"
#include "ui/base/layout.h"
@@ -37,7 +39,7 @@ class ComponentsUI : public content::WebUIController,
private:
static base::string16 ComponentEventToString(Events event);
static base::string16 ServiceStatusToString(
- component_updater::CrxUpdateItem::Status status);
+ update_client::CrxUpdateItem::Status status);
DISALLOW_COPY_AND_ASSIGN(ComponentsUI);
};
« no previous file with comments | « chrome/browser/net/crl_set_fetcher.cc ('k') | chrome/browser/ui/webui/components_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698