| Index: chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_app_list_helper.cc b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| index 487209ec48652321f3795e764d0121c37410e004..40c47ef6f30529de0293457ac4df71df8d38f31b 100644
|
| --- a/chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| @@ -29,7 +29,8 @@ SyncAppListHelper* SyncAppListHelper::GetInstance() {
|
| return instance;
|
| }
|
|
|
| -SyncAppListHelper::SyncAppListHelper() : test_(NULL), setup_completed_(false) {}
|
| +SyncAppListHelper::SyncAppListHelper()
|
| + : test_(nullptr), setup_completed_(false) {}
|
|
|
| SyncAppListHelper::~SyncAppListHelper() {}
|
|
|
|
|