summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service_unittest.cc
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 07:49:51 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 07:49:51 +0000
commitf4e5d4f473c6b8cef1084c75e08271455b6754a7 (patch)
tree58bdbaf2c21868b3eeee2ee187e80023ddeadb25 /chrome/browser/sync/profile_sync_service_unittest.cc
parentd1af7ecc3678219f38ff081c78f31e1ff5106a4e (diff)
downloadchromium_src-f4e5d4f473c6b8cef1084c75e08271455b6754a7.zip
chromium_src-f4e5d4f473c6b8cef1084c75e08271455b6754a7.tar.gz
chromium_src-f4e5d4f473c6b8cef1084c75e08271455b6754a7.tar.bz2
sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory.
Makes way for upcoming ProfileSyncServiceFactory. Note combining the two into one was considered, but the PKS pattern is to use a singleton, which is not ideal for ProfileSyncComponentsFactory. TBR=mirandac@chromium.org BUG=93922 TEST=compiles Review URL: http://codereview.chromium.org/8596017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_unittest.cc')
-rw-r--r--chrome/browser/sync/profile_sync_service_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
index b2e7636..2e3d294 100644
--- a/chrome/browser/sync/profile_sync_service_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc
@@ -12,7 +12,7 @@
#include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js/js_test_util.h"
-#include "chrome/browser/sync/profile_sync_factory_mock.h"
+#include "chrome/browser/sync/profile_sync_components_factory_mock.h"
#include "chrome/browser/sync/test_profile_sync_service.h"
#include "chrome/common/chrome_version_info.h"
#include "chrome/common/net/gaia/gaia_constants.h"
@@ -122,7 +122,7 @@ class ProfileSyncServiceTest : public testing::Test {
scoped_ptr<TestProfileSyncService> service_;
scoped_ptr<TestingProfile> profile_;
- ProfileSyncFactoryMock factory_;
+ ProfileSyncComponentsFactoryMock factory_;
};
TEST_F(ProfileSyncServiceTest, InitialState) {