| Index: sync/internal_api/syncapi_unittest.cc
|
| diff --git a/sync/internal_api/syncapi_unittest.cc b/sync/internal_api/syncapi_unittest.cc
|
| index e43a2e2ab7760549a5557478e5d1552032b9e86a..18bf2a77f5cd85f3f8d3dc2f60e98fcdaee175ed 100644
|
| --- a/sync/internal_api/syncapi_unittest.cc
|
| +++ b/sync/internal_api/syncapi_unittest.cc
|
| @@ -881,8 +881,7 @@ class SyncManagerTest : public testing::Test,
|
| }
|
|
|
| virtual InternalComponentsFactory* GetFactory() {
|
| - return new TestInternalComponentsFactory(
|
| - TestInternalComponentsFactory::IN_MEMORY);
|
| + return new TestInternalComponentsFactory(STORAGE_IN_MEMORY);
|
| }
|
|
|
| // Returns true if we are currently encrypting all sync data. May
|
| @@ -2521,7 +2520,7 @@ class ComponentsFactory : public TestInternalComponentsFactory {
|
| ComponentsFactory(SyncScheduler* scheduler_to_use,
|
| sessions::SyncSessionContext** session_context)
|
| : TestInternalComponentsFactory(
|
| - TestInternalComponentsFactory::IN_MEMORY),
|
| + syncer::STORAGE_IN_MEMORY),
|
| scheduler_to_use_(scheduler_to_use),
|
| session_context_(session_context) {}
|
| virtual ~ComponentsFactory() {}
|
|
|