diff options
author | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:49:00 +0000 |
---|---|---|
committer | albertb@google.com <albertb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:49:00 +0000 |
commit | 65b3aa1a9b6fcba6968c44079ae592448e2b99dc (patch) | |
tree | 0f139e70098dc9808029a64d78e50a2800139f8c /chrome/browser/sync/profile_sync_service.h | |
parent | 2670c482c99c1e91bdd0b05568bd32ae8a2e2ccf (diff) | |
download | chromium_src-65b3aa1a9b6fcba6968c44079ae592448e2b99dc.zip chromium_src-65b3aa1a9b6fcba6968c44079ae592448e2b99dc.tar.gz chromium_src-65b3aa1a9b6fcba6968c44079ae592448e2b99dc.tar.bz2 |
Refactored parts of the PSS unit tests to allow for preference sync to be tested the same way bookmark sync is.
BUG=32409
TEST=Unit tests
Review URL: http://codereview.chromium.org/614009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h index e1aa38d..ce36f98 100644 --- a/chrome/browser/sync/profile_sync_service.h +++ b/chrome/browser/sync/profile_sync_service.h @@ -257,8 +257,8 @@ class ProfileSyncService : public browser_sync::SyncFrontend, private: friend class ProfileSyncServiceTest; + friend class ProfileSyncServicePreferenceTest; friend class ProfileSyncServiceTestHarness; - friend class TestModelAssociator; FRIEND_TEST(ProfileSyncServiceTest, UnrecoverableErrorSuspendsService); // Initializes the various settings from the command line. |