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

Unified Diff: chrome/browser/net/crl_set_fetcher.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: chrome/browser/net/crl_set_fetcher.h
diff --git a/chrome/browser/net/crl_set_fetcher.h b/chrome/browser/net/crl_set_fetcher.h
index d6e74d7f8ca72cc3cee1edeba90d7f8cdfb33833..3568df3c8ef72f8421567462ebaf4239e6e0c19f 100644
--- a/chrome/browser/net/crl_set_fetcher.h
+++ b/chrome/browser/net/crl_set_fetcher.h
@@ -10,7 +10,7 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
-#include "components/component_updater/component_updater_service.h"
+#include "components/update_client/update_client.h"
namespace base {
class DictionaryValue;
@@ -21,7 +21,11 @@ namespace net {
class CRLSet;
}
-class CRLSetFetcher : public component_updater::ComponentInstaller,
+namespace component_updater {
+class ComponentUpdateService;
+}
+
+class CRLSetFetcher : public update_client::ComponentInstaller,
public base::RefCountedThreadSafe<CRLSetFetcher> {
public:
CRLSetFetcher();

Powered by Google App Engine
This is Rietveld 408576698