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

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

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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/DEPS ('k') | components/sync_bookmarks/bookmark_change_processor.h » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_SYNCABLE_DIRECTORY_H_ 5 #ifndef COMPONENTS_SYNC_SYNCABLE_DIRECTORY_H_
6 #define COMPONENTS_SYNC_SYNCABLE_DIRECTORY_H_ 6 #define COMPONENTS_SYNC_SYNCABLE_DIRECTORY_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <deque> 11 #include <deque>
12 #include <memory> 12 #include <memory>
13 #include <set> 13 #include <set>
14 #include <string> 14 #include <string>
15 #include <unordered_map> 15 #include <unordered_map>
16 #include <vector> 16 #include <vector>
17 17
18 #include "base/callback.h" 18 #include "base/callback.h"
19 #include "base/containers/hash_tables.h" 19 #include "base/containers/hash_tables.h"
20 #include "base/files/file_util.h" 20 #include "base/files/file_util.h"
21 #include "base/gtest_prod_util.h" 21 #include "base/gtest_prod_util.h"
22 #include "base/macros.h" 22 #include "base/macros.h"
23 #include "base/values.h" 23 #include "base/values.h"
24 #include "components/sync/api/attachments/attachment_id.h"
25 #include "components/sync/base/weak_handle.h" 24 #include "components/sync/base/weak_handle.h"
25 #include "components/sync/model/attachments/attachment_id.h"
26 #include "components/sync/syncable/dir_open_result.h" 26 #include "components/sync/syncable/dir_open_result.h"
27 #include "components/sync/syncable/entry.h" 27 #include "components/sync/syncable/entry.h"
28 #include "components/sync/syncable/entry_kernel.h" 28 #include "components/sync/syncable/entry_kernel.h"
29 #include "components/sync/syncable/metahandle_set.h" 29 #include "components/sync/syncable/metahandle_set.h"
30 #include "components/sync/syncable/parent_child_index.h" 30 #include "components/sync/syncable/parent_child_index.h"
31 #include "components/sync/syncable/syncable_delete_journal.h" 31 #include "components/sync/syncable/syncable_delete_journal.h"
32 32
33 namespace syncer { 33 namespace syncer {
34 34
35 class Cryptographer; 35 class Cryptographer;
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 652
653 base::WeakPtrFactory<Directory> weak_ptr_factory_; 653 base::WeakPtrFactory<Directory> weak_ptr_factory_;
654 654
655 DISALLOW_COPY_AND_ASSIGN(Directory); 655 DISALLOW_COPY_AND_ASSIGN(Directory);
656 }; 656 };
657 657
658 } // namespace syncable 658 } // namespace syncable
659 } // namespace syncer 659 } // namespace syncer
660 660
661 #endif // COMPONENTS_SYNC_SYNCABLE_DIRECTORY_H_ 661 #endif // COMPONENTS_SYNC_SYNCABLE_DIRECTORY_H_
OLDNEW
« no previous file with comments | « components/sync/syncable/DEPS ('k') | components/sync_bookmarks/bookmark_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698