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

Side by Side Diff: components/sync/model_impl/processor_entity_tracker.h

Issue 2412193002: [Sync] Move SharedModelTypeProcessor to model_impl/. (Closed)
Patch Set: Address comment from Sky. Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « components/sync/model_impl/DEPS ('k') | components/sync/model_impl/processor_entity_tracker.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_CORE_PROCESSOR_ENTITY_TRACKER_H_ 5 #ifndef COMPONENTS_SYNC_MODEL_IMPL_PROCESSOR_ENTITY_TRACKER_H_
6 #define COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_ 6 #define COMPONENTS_SYNC_MODEL_IMPL_PROCESSOR_ENTITY_TRACKER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <string> 11 #include <string>
12 12
13 #include "base/time/time.h" 13 #include "base/time/time.h"
14 #include "components/sync/model/entity_data.h" 14 #include "components/sync/model/entity_data.h"
15 #include "components/sync/protocol/entity_metadata.pb.h" 15 #include "components/sync/protocol/entity_metadata.pb.h"
16 16
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 // Sync data that exists for items being committed only. 143 // Sync data that exists for items being committed only.
144 // The data is reset once commit confirmation is received. 144 // The data is reset once commit confirmation is received.
145 EntityDataPtr commit_data_; 145 EntityDataPtr commit_data_;
146 146
147 // The sequence number of the last item sent to the sync thread. 147 // The sequence number of the last item sent to the sync thread.
148 int64_t commit_requested_sequence_number_; 148 int64_t commit_requested_sequence_number_;
149 }; 149 };
150 150
151 } // namespace syncer 151 } // namespace syncer
152 152
153 #endif // COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_ 153 #endif // COMPONENTS_SYNC_MODEL_IMPL_PROCESSOR_ENTITY_TRACKER_H_
OLDNEW
« no previous file with comments | « components/sync/model_impl/DEPS ('k') | components/sync/model_impl/processor_entity_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698