| Index: chrome/browser/sync/profile_sync_test_util.cc
|
| diff --git a/chrome/browser/sync/profile_sync_test_util.cc b/chrome/browser/sync/profile_sync_test_util.cc
|
| index 7a18bb07df14b95a5dbc68c3160e79158bcedf44..d36f9082aeaf2c9f899e19d1a24d40f66416cb75 100644
|
| --- a/chrome/browser/sync/profile_sync_test_util.cc
|
| +++ b/chrome/browser/sync/profile_sync_test_util.cc
|
| @@ -38,7 +38,7 @@ void ThreadNotificationService::TearDown() {
|
| ThreadNotificationService::~ThreadNotificationService() {}
|
|
|
| void ThreadNotificationService::InitTask() {
|
| - service_.reset(new NotificationServiceImpl());
|
| + service_.reset(content::NotificationService::Create());
|
| done_event_.Signal();
|
| }
|
|
|
|
|