| Index: chrome/browser/policy/user_policy_disk_cache.h
|
| diff --git a/chrome/browser/policy/user_policy_disk_cache.h b/chrome/browser/policy/user_policy_disk_cache.h
|
| index 1f7d86b7a081db3a5919f06578869732231d54c6..ee96b9614602e04ff099d396e601272753075b37 100644
|
| --- a/chrome/browser/policy/user_policy_disk_cache.h
|
| +++ b/chrome/browser/policy/user_policy_disk_cache.h
|
| @@ -11,14 +11,16 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|
| -namespace em = enterprise_management;
|
| -
|
| namespace enterprise_management {
|
| +
|
| class CachedCloudPolicyResponse;
|
| +
|
| }
|
|
|
| namespace policy {
|
|
|
| +namespace em = enterprise_management;
|
| +
|
| // Handles the on-disk cache file used by UserPolicyCache. This class handles
|
| // the necessary thread switching and may outlive the associated UserPolicyCache
|
| // instance.
|
|
|