| Index: chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_unittest.cc b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| index 2418be9bd5aa37d68e458f3f4fc40c1cf0d551cb..3fedd46677a89c59d87f67815c2cfe5a47014a5e 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_unittest.cc
|
| @@ -84,7 +84,7 @@ TEST_F(SyncBackendHostTest, InitShutdown) {
|
| TestingProfile profile;
|
| profile.CreateRequestContext();
|
|
|
| - SyncBackendHost backend(&profile);
|
| + SyncBackendHost backend(profile.GetDebugName(), &profile);
|
|
|
| // TODO(akalin): Handle this in SyncBackendHost instead of in
|
| // ProfileSyncService, or maybe figure out a way to share the
|
|
|