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

Side by Side Diff: chrome/test/base/testing_pref_service_syncable.h

Issue 12253004: Moving last generic Prefs implementation files to base/prefs/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 7 years, 10 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
« no previous file with comments | « chrome/test/base/testing_pref_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 CHROME_TEST_BASE_TESTING_PREF_SERVICE_SYNCABLE_H_ 5 #ifndef CHROME_TEST_BASE_TESTING_PREF_SERVICE_SYNCABLE_H_
6 #define CHROME_TEST_BASE_TESTING_PREF_SERVICE_SYNCABLE_H_ 6 #define CHROME_TEST_BASE_TESTING_PREF_SERVICE_SYNCABLE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/prefs/testing_pref_service.h"
9 #include "chrome/browser/prefs/pref_service_syncable.h" 10 #include "chrome/browser/prefs/pref_service_syncable.h"
10 #include "chrome/test/base/testing_pref_service.h"
11 11
12 class PrefRegistrySyncable; 12 class PrefRegistrySyncable;
13 13
14 // Test version of PrefServiceSyncable. 14 // Test version of PrefServiceSyncable.
15 class TestingPrefServiceSyncable 15 class TestingPrefServiceSyncable
16 : public TestingPrefServiceBase<PrefServiceSyncable, PrefRegistrySyncable> { 16 : public TestingPrefServiceBase<PrefServiceSyncable, PrefRegistrySyncable> {
17 public: 17 public:
18 TestingPrefServiceSyncable(); 18 TestingPrefServiceSyncable();
19 virtual ~TestingPrefServiceSyncable(); 19 virtual ~TestingPrefServiceSyncable();
20 20
(...skipping 10 matching lines...) Expand all
31 TestingPrefServiceBase<PrefServiceSyncable, PrefRegistrySyncable>:: 31 TestingPrefServiceBase<PrefServiceSyncable, PrefRegistrySyncable>::
32 TestingPrefServiceBase( 32 TestingPrefServiceBase(
33 TestingPrefStore* managed_prefs, 33 TestingPrefStore* managed_prefs,
34 TestingPrefStore* user_prefs, 34 TestingPrefStore* user_prefs,
35 TestingPrefStore* recommended_prefs, 35 TestingPrefStore* recommended_prefs,
36 PrefRegistrySyncable* pref_registry, 36 PrefRegistrySyncable* pref_registry,
37 PrefNotifierImpl* pref_notifier); 37 PrefNotifierImpl* pref_notifier);
38 38
39 #endif // CHROME_TEST_BASE_TESTING_PREF_SERVICE_SYNCABLE_H_ 39 #endif // CHROME_TEST_BASE_TESTING_PREF_SERVICE_SYNCABLE_H_
40 40
OLDNEW
« no previous file with comments | « chrome/test/base/testing_pref_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698