| Index: chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| index a9ae11b54bbe26dbae9653a34f74c400f3610dc1..8938e4e3665013dc2dbada9f250b56f2ff739003 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| @@ -54,7 +54,7 @@ const char kNotificationId[] = "chrome://settings/sync/testuser@test.com";
|
|
|
| class FakeLoginUIService: public LoginUIService {
|
| public:
|
| - FakeLoginUIService() : LoginUIService(NULL) {}
|
| + FakeLoginUIService() : LoginUIService(nullptr) {}
|
| ~FakeLoginUIService() override {}
|
| };
|
|
|
|
|