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

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

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
« no previous file with comments | « chrome/browser/net/crl_set_fetcher.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/crl_set_fetcher.cc
diff --git a/chrome/browser/net/crl_set_fetcher.cc b/chrome/browser/net/crl_set_fetcher.cc
index 0dca1ee0d4242b59e41390f6317cb4926e7cb855..df37c406c1a356bf29646ac650197922e07f2906 100644
--- a/chrome/browser/net/crl_set_fetcher.cc
+++ b/chrome/browser/net/crl_set_fetcher.cc
@@ -19,6 +19,7 @@
#include "net/cert/crl_set.h"
#include "net/ssl/ssl_config_service.h"
+using component_updater::ComponentUpdateService;
using content::BrowserThread;
CRLSetFetcher::CRLSetFetcher() : cus_(NULL) {}
@@ -121,7 +122,7 @@ static const uint8 kPublicKeySHA256[32] = {
void CRLSetFetcher::RegisterComponent(uint32 sequence_of_loaded_crl) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- CrxComponent component;
+ component_updater::CrxComponent component;
component.pk_hash.assign(kPublicKeySHA256,
kPublicKeySHA256 + sizeof(kPublicKeySHA256));
component.installer = this;
« no previous file with comments | « chrome/browser/net/crl_set_fetcher.h ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698