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

Side by Side Diff: components/sync/syncable/change_record.h

Issue 2407163004: [Sync] Move some directory-related things from core/ to syncable/. (Closed)
Patch Set: 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/syncable/base_transaction.cc ('k') | components/sync/syncable/change_record.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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_CHANGE_RECORD_H_ 5 #ifndef COMPONENTS_SYNC_SYNCABLE_CHANGE_RECORD_H_
6 #define COMPONENTS_SYNC_CORE_CHANGE_RECORD_H_ 6 #define COMPONENTS_SYNC_SYNCABLE_CHANGE_RECORD_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/memory/linked_ptr.h" 13 #include "base/memory/linked_ptr.h"
14 #include "components/sync/base/immutable.h" 14 #include "components/sync/base/immutable.h"
15 #include "components/sync/protocol/password_specifics.pb.h" 15 #include "components/sync/protocol/password_specifics.pb.h"
16 #include "components/sync/protocol/sync.pb.h" 16 #include "components/sync/protocol/sync.pb.h"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 sync_pb::EntitySpecifics specifics; 59 sync_pb::EntitySpecifics specifics;
60 linked_ptr<ExtraPasswordChangeRecordData> extra; 60 linked_ptr<ExtraPasswordChangeRecordData> extra;
61 }; 61 };
62 62
63 typedef std::vector<ChangeRecord> ChangeRecordList; 63 typedef std::vector<ChangeRecord> ChangeRecordList;
64 64
65 typedef Immutable<ChangeRecordList> ImmutableChangeRecordList; 65 typedef Immutable<ChangeRecordList> ImmutableChangeRecordList;
66 66
67 } // namespace syncer 67 } // namespace syncer
68 68
69 #endif // COMPONENTS_SYNC_CORE_CHANGE_RECORD_H_ 69 #endif // COMPONENTS_SYNC_SYNCABLE_CHANGE_RECORD_H_
OLDNEW
« no previous file with comments | « components/sync/syncable/base_transaction.cc ('k') | components/sync/syncable/change_record.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698