| Index: trunk/src/chrome/browser/chromeos/login/login_utils.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/login_utils.cc (revision 194361)
|
| +++ trunk/src/chrome/browser/chromeos/login/login_utils.cc (working copy)
|
| @@ -47,7 +47,6 @@
|
| #include "chrome/browser/chromeos/net/connectivity_state_helper.h"
|
| #include "chrome/browser/chromeos/net/connectivity_state_helper_observer.h"
|
| #include "chrome/browser/chromeos/policy/network_configuration_updater.h"
|
| -#include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/chromeos/settings/cros_settings.h"
|
| #include "chrome/browser/chromeos/settings/cros_settings_names.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| @@ -132,7 +131,7 @@
|
| registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_PROFILE_URL_REQUEST_CONTEXT_GETTER_INITIALIZED,
|
| - content::Source<Profile>(ProfileHelper::GetSigninProfile()));
|
| + content::Source<Profile>(ProfileManager::GetDefaultProfile()));
|
| }
|
| }
|
|
|
| @@ -801,7 +800,7 @@
|
| registrar_.Add(
|
| this,
|
| chrome::NOTIFICATION_PROFILE_URL_REQUEST_CONTEXT_GETTER_INITIALIZED,
|
| - content::Source<Profile>(ProfileHelper::GetSigninProfile()));
|
| + content::Source<Profile>(ProfileManager::GetDefaultProfile()));
|
| }
|
| }
|
|
|
|
|