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

Side by Side Diff: components/sync_driver/generic_change_processor_factory.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 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_DRIVER_GENERIC_CHANGE_PROCESSOR_FACTORY_H_ 5 #ifndef COMPONENTS_SYNC_DRIVER_GENERIC_CHANGE_PROCESSOR_FACTORY_H_
6 #define COMPONENTS_SYNC_DRIVER_GENERIC_CHANGE_PROCESSOR_FACTORY_H_ 6 #define COMPONENTS_SYNC_DRIVER_GENERIC_CHANGE_PROCESSOR_FACTORY_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "sync/internal_api/public/base/model_type.h" 12 #include "components/sync/base/model_type.h"
13 13
14 namespace syncer { 14 namespace syncer {
15 class AttachmentService; 15 class AttachmentService;
16 class DataTypeErrorHandler; 16 class DataTypeErrorHandler;
17 class SyncableService; 17 class SyncableService;
18 class SyncMergeResult; 18 class SyncMergeResult;
19 struct UserShare; 19 struct UserShare;
20 } 20 }
21 21
22 namespace sync_driver { 22 namespace sync_driver {
(...skipping 22 matching lines...) Expand all
45 const base::WeakPtr<syncer::SyncMergeResult>& merge_result, 45 const base::WeakPtr<syncer::SyncMergeResult>& merge_result,
46 SyncClient* sync_client); 46 SyncClient* sync_client);
47 47
48 private: 48 private:
49 DISALLOW_COPY_AND_ASSIGN(GenericChangeProcessorFactory); 49 DISALLOW_COPY_AND_ASSIGN(GenericChangeProcessorFactory);
50 }; 50 };
51 51
52 } // namespace sync_driver 52 } // namespace sync_driver
53 53
54 #endif // COMPONENTS_SYNC_DRIVER_GENERIC_CHANGE_PROCESSOR_FACTORY_H_ 54 #endif // COMPONENTS_SYNC_DRIVER_GENERIC_CHANGE_PROCESSOR_FACTORY_H_
OLDNEW
« no previous file with comments | « components/sync_driver/generic_change_processor.cc ('k') | components/sync_driver/generic_change_processor_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698