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

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

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | Annotate | Revision Log
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/prefs/pref_service.h" 9 #include "chrome/browser/prefs/pref_service.h"
10 #include "chrome/browser/profile.h" 10 #include "chrome/browser/profiles/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
20 // Used to access the preferences within a particular sync profile. 20 // Used to access the preferences within a particular sync profile.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
« no previous file with comments | « chrome/test/live_sync/live_passwords_sync_test.h ('k') | chrome/test/live_sync/live_sessions_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698