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

Side by Side Diff: components/sync/engine_impl/directory_update_handler.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_UPDATE_HANDLER_H_ 5 #ifndef COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_UPDATE_HANDLER_H_
6 #define COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_UPDATE_HANDLER_H_ 6 #define COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_UPDATE_HANDLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "components/sync/base/model_type.h" 13 #include "components/sync/base/model_type.h"
14 #include "components/sync/base/syncer_error.h" 14 #include "components/sync/base/syncer_error.h"
15 #include "components/sync/engine_impl/process_updates_util.h" 15 #include "components/sync/engine_impl/process_updates_util.h"
16 #include "components/sync/engine_impl/update_handler.h" 16 #include "components/sync/engine_impl/update_handler.h"
17 17
18 namespace sync_pb { 18 namespace sync_pb {
19 class DataTypeProgressMarker; 19 class DataTypeProgressMarker;
20 class GarbageCollectionDirective; 20 class GarbageCollectionDirective;
21 class GetUpdatesResponse;
22 } 21 }
23 22
24 namespace syncer { 23 namespace syncer {
25 24
26 class DataTypeDebugInfoEmitter; 25 class DataTypeDebugInfoEmitter;
27 class ModelSafeWorker; 26 class ModelSafeWorker;
28 class StatusController; 27 class StatusController;
29 28
30 namespace syncable { 29 namespace syncable {
31 class Directory; 30 class Directory;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 DataTypeDebugInfoEmitter* debug_info_emitter_; 100 DataTypeDebugInfoEmitter* debug_info_emitter_;
102 101
103 std::unique_ptr<sync_pb::GarbageCollectionDirective> cached_gc_directive_; 102 std::unique_ptr<sync_pb::GarbageCollectionDirective> cached_gc_directive_;
104 103
105 DISALLOW_COPY_AND_ASSIGN(DirectoryUpdateHandler); 104 DISALLOW_COPY_AND_ASSIGN(DirectoryUpdateHandler);
106 }; 105 };
107 106
108 } // namespace syncer 107 } // namespace syncer
109 108
110 #endif // COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_UPDATE_HANDLER_H_ 109 #endif // COMPONENTS_SYNC_ENGINE_IMPL_DIRECTORY_UPDATE_HANDLER_H_
OLDNEW
« no previous file with comments | « components/sync/engine_impl/cycle/sync_cycle.h ('k') | components/sync/engine_impl/events/poll_get_updates_request_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698