| Index: chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc
|
| diff --git a/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc b/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc
|
| index 9955cd992208bf4ae6c5f265814e69c87778bddd..084d12d1036615f6d102ab639cdb6478e88ae8e2 100644
|
| --- a/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc
|
| +++ b/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/stl_util.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/chromeos/login/users/user.h"
|
| #include "chrome/browser/chromeos/policy/device_local_account.h"
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/policy/profile_policy_connector.h"
|
| @@ -26,6 +25,7 @@
|
| #include "components/policy/core/common/external_data_fetcher.h"
|
| #include "components/policy/core/common/policy_namespace.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| +#include "components/user_manager/user.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
| @@ -168,7 +168,7 @@ void CloudExternalDataPolicyObserver::Observe(
|
| }
|
| Profile* profile = content::Details<Profile>(details).ptr();
|
|
|
| - const chromeos::User* user =
|
| + const user_manager::User* user =
|
| chromeos::ProfileHelper::Get()->GetUserByProfile(profile);
|
| if (!user) {
|
| NOTREACHED();
|
|
|