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

Unified Diff: chrome/browser/net/crl_set_fetcher.h

Issue 138553004: Move component updater artifacts into component_updater namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 5f7bdf3892f6b025af7370c4db673fc8fbb9e905..28b224a4d93b8d51cf127af092ce7f76a6a0a1e4 100644
--- a/chrome/browser/net/crl_set_fetcher.h
+++ b/chrome/browser/net/crl_set_fetcher.h
@@ -20,14 +20,12 @@ namespace net {
class CRLSet;
}
-class ComponentUpdateService;
-
-class CRLSetFetcher : public ComponentInstaller,
+class CRLSetFetcher : public component_updater::ComponentInstaller,
public base::RefCountedThreadSafe<CRLSetFetcher> {
public:
CRLSetFetcher();
- void StartInitialLoad(ComponentUpdateService* cus);
+ void StartInitialLoad(component_updater::ComponentUpdateService* cus);
// ComponentInstaller interface
virtual void OnUpdateError(int error) OVERRIDE;
@@ -62,7 +60,7 @@ class CRLSetFetcher : public ComponentInstaller,
// RegisterComponent registers this object as a component updater.
void RegisterComponent(uint32 sequence_of_loaded_crl);
- ComponentUpdateService* cus_;
+ component_updater::ComponentUpdateService* cus_;
// We keep a pointer to the current CRLSet for use on the FILE thread when
// applying delta updates.
« no previous file with comments | « chrome/browser/component_updater/widevine_cdm_component_installer.cc ('k') | chrome/browser/net/crl_set_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698