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

Side by Side Diff: chrome/browser/extensions/external_pref_loader.h

Issue 1419103009: [Sync] Componentize ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@max_bogue_sync_backend_host
Patch Set: Rebase Created 5 years, 1 month 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 CHROME_BROWSER_EXTENSIONS_EXTERNAL_PREF_LOADER_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTERNAL_PREF_LOADER_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTERNAL_PREF_LOADER_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTERNAL_PREF_LOADER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/scoped_observer.h" 12 #include "base/scoped_observer.h"
13 #include "base/values.h" 13 #include "base/values.h"
14 #include "chrome/browser/extensions/external_loader.h" 14 #include "chrome/browser/extensions/external_loader.h"
15 #include "chrome/browser/sync/profile_sync_service.h" 15 #include "components/browser_sync/browser/profile_sync_service.h"
16 #include "components/sync_driver/sync_service_observer.h" 16 #include "components/sync_driver/sync_service_observer.h"
17 #include "components/syncable_prefs/pref_service_syncable_observer.h" 17 #include "components/syncable_prefs/pref_service_syncable_observer.h"
18 18
19 class Profile; 19 class Profile;
20 20
21 namespace syncable_prefs { 21 namespace syncable_prefs {
22 class PrefServiceSyncable; 22 class PrefServiceSyncable;
23 } 23 }
24 24
25 namespace extensions { 25 namespace extensions {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 base::FilePath fake_base_path_; 136 base::FilePath fake_base_path_;
137 scoped_ptr<base::DictionaryValue> testing_prefs_; 137 scoped_ptr<base::DictionaryValue> testing_prefs_;
138 138
139 DISALLOW_COPY_AND_ASSIGN(ExternalTestingLoader); 139 DISALLOW_COPY_AND_ASSIGN(ExternalTestingLoader);
140 }; 140 };
141 141
142 } // namespace extensions 142 } // namespace extensions
143 143
144 #endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_PREF_LOADER_H_ 144 #endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_PREF_LOADER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698