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

Unified Diff: components/update_client/update_client_internal.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month 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 | « components/update_client/update_client.h ('k') | components/update_client/url_request_post_interceptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_client_internal.h
diff --git a/components/update_client/update_client_internal.h b/components/update_client/update_client_internal.h
index 0a24c149fbbb0675a95b12fca891b688f7f77cda..2f675a80e60f22cdb487dad0cd40ee18dafab937 100644
--- a/components/update_client/update_client_internal.h
+++ b/components/update_client/update_client_internal.h
@@ -19,11 +19,6 @@
#include "components/update_client/update_checker.h"
#include "components/update_client/update_client.h"
-namespace base {
-class SequencedTaskRunner;
-class SingleThreadTaskRunner;
-} // namespace base
-
namespace update_client {
class Configurator;
@@ -31,7 +26,6 @@ class PingManager;
class Task;
class UpdateEngine;
enum class Error;
-struct TaskContext;
class UpdateClientImpl : public UpdateClient {
public:
« no previous file with comments | « components/update_client/update_client.h ('k') | components/update_client/url_request_post_interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698