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

Unified Diff: components/sync/engine_impl/get_updates_processor.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
Index: components/sync/engine_impl/get_updates_processor.h
diff --git a/components/sync/engine_impl/get_updates_processor.h b/components/sync/engine_impl/get_updates_processor.h
index 5baa0330a8f226bc46cd59a5cb26d9b70ca83842..ad834f4d3f7ade035789a2671599994836bd23e7 100644
--- a/components/sync/engine_impl/get_updates_processor.h
+++ b/components/sync/engine_impl/get_updates_processor.h
@@ -16,7 +16,6 @@
#include "components/sync/protocol/sync.pb.h"
namespace sync_pb {
-class GetUpdatesMessage;
class GetUpdatesResponse;
} // namespace sync_pb
@@ -26,11 +25,6 @@ class DebugInfoGetter;
class GetUpdatesDelegate;
class StatusController;
class SyncCycle;
-class SyncCycleContext;
-
-namespace syncable {
-class Directory;
-} // namespace syncable
// This class manages the set of per-type syncer objects.
//
« no previous file with comments | « components/sync/engine_impl/events/poll_get_updates_request_event.h ('k') | components/sync/engine_impl/model_type_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698