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

Side by Side Diff: components/sync/syncable/write_node.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/user_share.cc ('k') | components/sync/syncable/write_node.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_WRITE_NODE_H_ 5 #ifndef COMPONENTS_SYNC_SYNCABLE_WRITE_NODE_H_
6 #define COMPONENTS_SYNC_CORE_WRITE_NODE_H_ 6 #define COMPONENTS_SYNC_SYNCABLE_WRITE_NODE_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/compiler_specific.h" 14 #include "base/compiler_specific.h"
15 #include "base/gtest_prod_util.h" 15 #include "base/gtest_prod_util.h"
16 #include "base/macros.h" 16 #include "base/macros.h"
17 #include "components/sync/base/model_type.h" 17 #include "components/sync/base/model_type.h"
18 #include "components/sync/core/base_node.h" 18 #include "components/sync/syncable/base_node.h"
19 19
20 namespace sync_pb { 20 namespace sync_pb {
21 class BookmarkSpecifics; 21 class BookmarkSpecifics;
22 class EntitySpecifics; 22 class EntitySpecifics;
23 class NigoriSpecifics; 23 class NigoriSpecifics;
24 class PasswordSpecificsData; 24 class PasswordSpecificsData;
25 class TypedUrlSpecifics; 25 class TypedUrlSpecifics;
26 } 26 }
27 27
28 namespace syncer { 28 namespace syncer {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 syncable::MutableEntry* entry_; 172 syncable::MutableEntry* entry_;
173 173
174 // The sync API transaction that is the parent of this node. 174 // The sync API transaction that is the parent of this node.
175 WriteTransaction* transaction_; 175 WriteTransaction* transaction_;
176 176
177 DISALLOW_COPY_AND_ASSIGN(WriteNode); 177 DISALLOW_COPY_AND_ASSIGN(WriteNode);
178 }; 178 };
179 179
180 } // namespace syncer 180 } // namespace syncer
181 181
182 #endif // COMPONENTS_SYNC_CORE_WRITE_NODE_H_ 182 #endif // COMPONENTS_SYNC_SYNCABLE_WRITE_NODE_H_
OLDNEW
« no previous file with comments | « components/sync/syncable/user_share.cc ('k') | components/sync/syncable/write_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698