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

Side by Side Diff: components/browser_sync/abstract_profile_sync_service_test.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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_ 5 #ifndef COMPONENTS_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
6 #define COMPONENTS_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_ 6 #define COMPONENTS_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_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/callback.h" 13 #include "base/callback.h"
14 #include "base/files/scoped_temp_dir.h" 14 #include "base/files/scoped_temp_dir.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/test/test_message_loop.h" 16 #include "base/test/test_message_loop.h"
17 #include "components/browser_sync/profile_sync_test_util.h" 17 #include "components/browser_sync/profile_sync_test_util.h"
18 #include "components/sync/base/model_type.h" 18 #include "components/sync/base/model_type.h"
19 #include "components/sync/core/change_record.h" 19 #include "components/sync/syncable/change_record.h"
20 #include "testing/gtest/include/gtest/gtest.h" 20 #include "testing/gtest/include/gtest/gtest.h"
21 21
22 namespace syncer { 22 namespace syncer {
23 struct UserShare; 23 struct UserShare;
24 } // namespace syncer 24 } // namespace syncer
25 25
26 namespace browser_sync { 26 namespace browser_sync {
27 27
28 class TestProfileSyncService; 28 class TestProfileSyncService;
29 29
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 AbstractProfileSyncServiceTest* test_; 101 AbstractProfileSyncServiceTest* test_;
102 syncer::ModelType model_type_; 102 syncer::ModelType model_type_;
103 bool success_; 103 bool success_;
104 104
105 DISALLOW_COPY_AND_ASSIGN(CreateRootHelper); 105 DISALLOW_COPY_AND_ASSIGN(CreateRootHelper);
106 }; 106 };
107 107
108 } // namespace browser_sync 108 } // namespace browser_sync
109 109
110 #endif // COMPONENTS_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_ 110 #endif // COMPONENTS_BROWSER_SYNC_ABSTRACT_PROFILE_SYNC_SERVICE_TEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698