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

Unified Diff: components/update_client/request_sender.h

Issue 1805263002: Move CUP to new component client_update_protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sorin review 1 Created 4 years, 9 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/update_client/request_sender.h
diff --git a/components/update_client/request_sender.h b/components/update_client/request_sender.h
index 71b41ee538dc56f4d92b74fff9e0a5dc620d1e05..ddf5cca42b1e7f3b091f567870a0847bc0572283 100644
--- a/components/update_client/request_sender.h
+++ b/components/update_client/request_sender.h
@@ -16,13 +16,16 @@
#include "net/url_request/url_fetcher_delegate.h"
#include "url/gurl.h"
+namespace client_update_protocol {
+class Ecdsa;
+}
+
namespace net {
class URLFetcher;
}
namespace update_client {
-class ClientUpdateProtocolEcdsa;
class Configurator;
// Sends a request to one of the urls provided. The class implements a chain
@@ -84,7 +87,7 @@ class RequestSender : public net::URLFetcherDelegate {
std::string public_key_;
std::vector<GURL>::const_iterator cur_url_;
scoped_ptr<net::URLFetcher> url_fetcher_;
- scoped_ptr<ClientUpdateProtocolEcdsa> signer_;
+ scoped_ptr<client_update_protocol::Ecdsa> signer_;
DISALLOW_COPY_AND_ASSIGN(RequestSender);
};
« no previous file with comments | « components/update_client/client_update_protocol_ecdsa_unittest.cc ('k') | components/update_client/request_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698