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

Unified Diff: components/component_updater/default_component_installer.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
Index: components/component_updater/default_component_installer.h
diff --git a/components/component_updater/default_component_installer.h b/components/component_updater/default_component_installer.h
index 3946ab390ffcbebd6e0a1faa99a7a8f4501c1d83..120d3a5de8cd44ae484120ee7633aa326e7661cd 100644
--- a/components/component_updater/default_component_installer.h
+++ b/components/component_updater/default_component_installer.h
@@ -16,7 +16,7 @@
#include "base/threading/thread_checker.h"
#include "base/values.h"
#include "base/version.h"
-#include "components/component_updater/component_updater_service.h"
+#include "components/update_client/update_client.h"
namespace base {
class FilePath;
@@ -26,6 +26,8 @@ class SingleThreadTaskRunner;
namespace component_updater {
+class ComponentUpdateService;
+
// Components should use a DefaultComponentInstaller by defining a class that
// implements the members of ComponentInstallerTraits, and then registering a
// DefaultComponentInstaller that has been constructed with an instance of that
@@ -82,7 +84,7 @@ class ComponentInstallerTraits {
// A DefaultComponentInstaller is intended to be final, and not derived from.
// Customization must be provided by passing a ComponentInstallerTraits object
// to the constructor.
-class DefaultComponentInstaller : public ComponentInstaller {
+class DefaultComponentInstaller : public update_client::ComponentInstaller {
public:
DefaultComponentInstaller(
scoped_ptr<ComponentInstallerTraits> installer_traits);
« no previous file with comments | « components/component_updater/crx_update_item.h ('k') | components/component_updater/default_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698