| Index: chrome/browser/password_manager/password_store_mac.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
|
| index 9580f9d87f488e0119d2b247c0dd2d80a7e59c27..ef4e42101a1d29cdea593bbf2e79d1c16f5d7b82 100644
|
| --- a/chrome/browser/password_manager/password_store_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac.cc
|
| @@ -21,7 +21,7 @@
|
| #include "chrome/browser/password_manager/login_database.h"
|
| #include "chrome/browser/password_manager/password_store_change.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| -#include "content/browser/notification_service_impl.h"
|
| +#include "content/public/browser/notification_service.h"
|
|
|
| using webkit_glue::PasswordForm;
|
|
|
| @@ -1016,5 +1016,5 @@ void PasswordStoreMac::RemoveKeychainForms(
|
| }
|
|
|
| void PasswordStoreMac::CreateNotificationService() {
|
| - notification_service_.reset(new NotificationServiceImpl);
|
| + notification_service_.reset(content::NotificationService::Create());
|
| }
|
|
|