| Index: chrome/browser/chromeos/login/ownership_service.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/ownership_service.cc (revision 106380)
|
| +++ chrome/browser/chromeos/login/ownership_service.cc (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/notification_service.h"
|
|
|
| namespace chromeos {
|
|
|
| @@ -32,7 +33,7 @@
|
| notification_registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_OWNER_KEY_FETCH_ATTEMPT_SUCCEEDED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| }
|
|
|
| OwnershipService::~OwnershipService() {}
|
|
|