Index: chrome/browser/chromeos/login/existing_user_controller.cc |
=================================================================== |
--- chrome/browser/chromeos/login/existing_user_controller.cc (revision 106380) |
+++ chrome/browser/chromeos/login/existing_user_controller.cc (working copy) |
@@ -36,7 +36,7 @@ |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/net/gaia/google_service_auth_error.h" |
#include "chrome/common/pref_names.h" |
-#include "content/common/notification_service.h" |
+#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_types.h" |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |
@@ -91,7 +91,7 @@ |
registrar_.Add(this, |
chrome::NOTIFICATION_LOGIN_USER_IMAGE_CHANGED, |
- NotificationService::AllSources()); |
+ content::NotificationService::AllSources()); |
} |
void ExistingUserController::Init(const UserVector& users) { |