| Index: chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| index 27b29c9463e641b1c78931abda59d1a6a4e0a0ef..e5f0400cc31450633f5e746b3ab0be5e3676935a 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| @@ -38,10 +38,10 @@
|
| #include "components/policy/core/common/cloud/resource_cache.h"
|
| #include "components/policy/core/common/policy_namespace.h"
|
| #include "components/policy/core/common/policy_switches.h"
|
| +#include "components/policy/policy_constants.h"
|
| +#include "components/policy/proto/device_management_backend.pb.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "policy/policy_constants.h"
|
| -#include "policy/proto/device_management_backend.pb.h"
|
| #include "url/gurl.h"
|
|
|
| namespace em = enterprise_management;
|
|
|