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

Side by Side Diff: components/sync_preferences/pref_service_syncable_factory.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years 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 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_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_ 5 #ifndef COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_
6 #define COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_ 6 #define COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "components/prefs/pref_service_factory.h" 11 #include "components/prefs/pref_service_factory.h"
12 12
13 namespace base {
14 class CommandLine;
15 }
16
17 namespace policy { 13 namespace policy {
18 class BrowserPolicyConnector; 14 class BrowserPolicyConnector;
19 class PolicyService; 15 class PolicyService;
20 } 16 }
21 17
22 namespace user_prefs { 18 namespace user_prefs {
23 class PrefRegistrySyncable; 19 class PrefRegistrySyncable;
24 } 20 }
25 21
26 namespace sync_preferences { 22 namespace sync_preferences {
(...skipping 24 matching lines...) Expand all
51 47
52 private: 48 private:
53 PrefModelAssociatorClient* pref_model_associator_client_; 49 PrefModelAssociatorClient* pref_model_associator_client_;
54 50
55 DISALLOW_COPY_AND_ASSIGN(PrefServiceSyncableFactory); 51 DISALLOW_COPY_AND_ASSIGN(PrefServiceSyncableFactory);
56 }; 52 };
57 53
58 } // namespace sync_preferences 54 } // namespace sync_preferences
59 55
60 #endif // COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_ 56 #endif // COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_
OLDNEW
« no previous file with comments | « components/sync_preferences/pref_model_associator.h ('k') | components/sync_preferences/testing_pref_service_syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698