| Index: chrome/browser/chromeos/login/owner_manager_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/owner_manager_unittest.cc (revision 106237)
|
| +++ chrome/browser/chromeos/login/owner_manager_unittest.cc (working copy)
|
| @@ -39,11 +39,11 @@
|
| registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_OWNER_KEY_FETCH_ATTEMPT_FAILED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_OWNER_KEY_FETCH_ATTEMPT_SUCCEEDED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| }
|
|
|
| MockKeyLoadObserver::~MockKeyLoadObserver() {
|
|
|