| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 84aa2519a04bdd64e3d25238ac7553df235557ec..0bd0568bdd45ae00609df84bbe864d4695aff337 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -166,7 +166,7 @@ class TestExtensionURLRequestContextGetter
|
| #if defined(ENABLE_NOTIFICATIONS)
|
| KeyedService* CreateTestDesktopNotificationService(
|
| content::BrowserContext* profile) {
|
| - return new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
|
| + return new DesktopNotificationService(static_cast<Profile*>(profile));
|
| }
|
| #endif
|
|
|
|
|