Chromium Code Reviews

Side by Side Diff: chrome/test/live_sync/live_preferences_sync_test.h

Issue 3203008: Move prefs-related files under chrome/browser/ into a prefs/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_LIVE_SYNC_LIVE_PREFERENCES_SYNC_TEST_H_ 5 #ifndef CHROME_TEST_LIVE_SYNC_LIVE_PREFERENCES_SYNC_TEST_H_
6 #define CHROME_TEST_LIVE_SYNC_LIVE_PREFERENCES_SYNC_TEST_H_ 6 #define CHROME_TEST_LIVE_SYNC_LIVE_PREFERENCES_SYNC_TEST_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/pref_service.h" 9 #include "chrome/browser/prefs/pref_service.h"
10 #include "chrome/browser/profile.h" 10 #include "chrome/browser/profile.h"
11 #include "chrome/common/pref_names.h" 11 #include "chrome/common/pref_names.h"
12 #include "chrome/test/live_sync/live_sync_test.h" 12 #include "chrome/test/live_sync/live_sync_test.h"
13 13
14 class LivePreferencesSyncTest : public LiveSyncTest { 14 class LivePreferencesSyncTest : public LiveSyncTest {
15 public: 15 public:
16 explicit LivePreferencesSyncTest(TestType test_type) 16 explicit LivePreferencesSyncTest(TestType test_type)
17 : LiveSyncTest(test_type) {} 17 : LiveSyncTest(test_type) {}
18 virtual ~LivePreferencesSyncTest() {} 18 virtual ~LivePreferencesSyncTest() {}
19 19
(...skipping 43 matching lines...)
63 class ManyClientLivePreferencesSyncTest : public LivePreferencesSyncTest { 63 class ManyClientLivePreferencesSyncTest : public LivePreferencesSyncTest {
64 public: 64 public:
65 ManyClientLivePreferencesSyncTest() : LivePreferencesSyncTest(MANY_CLIENT) {} 65 ManyClientLivePreferencesSyncTest() : LivePreferencesSyncTest(MANY_CLIENT) {}
66 virtual ~ManyClientLivePreferencesSyncTest() {} 66 virtual ~ManyClientLivePreferencesSyncTest() {}
67 67
68 private: 68 private:
69 DISALLOW_COPY_AND_ASSIGN(ManyClientLivePreferencesSyncTest); 69 DISALLOW_COPY_AND_ASSIGN(ManyClientLivePreferencesSyncTest);
70 }; 70 };
71 71
72 #endif // CHROME_TEST_LIVE_SYNC_LIVE_PREFERENCES_SYNC_TEST_H_ 72 #endif // CHROME_TEST_LIVE_SYNC_LIVE_PREFERENCES_SYNC_TEST_H_
OLDNEW

Powered by Google App Engine