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

Side by Side Diff: chrome/browser/sync/profile_sync_components_factory.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 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 | Annotate | Revision Log
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 CHROME_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_H__ 5 #ifndef CHROME_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_H__
6 #define CHROME_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_H__ 6 #define CHROME_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_H__
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "chrome/browser/sync/glue/data_type_controller.h" 12 #include "chrome/browser/sync/glue/data_type_controller.h"
13 #include "chrome/browser/sync/glue/data_type_error_handler.h" 13 #include "chrome/browser/sync/glue/data_type_error_handler.h"
14 #include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler. h" 14 #include "sync/util/unrecoverable_error_handler.h"
15 15
16 class PasswordStore; 16 class PasswordStore;
17 class ProfileSyncService; 17 class ProfileSyncService;
18 class SyncableService; 18 class SyncableService;
19 class WebDataService; 19 class WebDataService;
20 20
21 namespace browser_sync { 21 namespace browser_sync {
22 class AssociatorInterface; 22 class AssociatorInterface;
23 class ChangeProcessor; 23 class ChangeProcessor;
24 class DataTypeManager; 24 class DataTypeManager;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 virtual SyncComponents CreateTypedUrlSyncComponents( 98 virtual SyncComponents CreateTypedUrlSyncComponents(
99 ProfileSyncService* profile_sync_service, 99 ProfileSyncService* profile_sync_service,
100 history::HistoryBackend* history_backend, 100 history::HistoryBackend* history_backend,
101 browser_sync::DataTypeErrorHandler* error_handler) = 0; 101 browser_sync::DataTypeErrorHandler* error_handler) = 0;
102 virtual SyncComponents CreateSessionSyncComponents( 102 virtual SyncComponents CreateSessionSyncComponents(
103 ProfileSyncService* profile_sync_service, 103 ProfileSyncService* profile_sync_service,
104 browser_sync::DataTypeErrorHandler* error_handler) = 0; 104 browser_sync::DataTypeErrorHandler* error_handler) = 0;
105 }; 105 };
106 106
107 #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_H__ 107 #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_COMPONENTS_FACTORY_H__
OLDNEW
« no previous file with comments | « chrome/browser/sync/notifier/sync_notifier_observer.h ('k') | chrome/browser/sync/profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698