| Index: chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| index 42ca64008d2115528b34777171673509643ed9e6..958f1732000f03d89dbf8565aba2772b121083d3 100644
|
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| @@ -39,7 +39,7 @@ class ProfileSyncServiceHarness {
|
| UI_SIGNIN
|
| };
|
|
|
| - static ProfileSyncServiceHarness* Create(
|
| + static std::unique_ptr<ProfileSyncServiceHarness> Create(
|
| Profile* profile,
|
| const std::string& username,
|
| const std::string& password,
|
|
|