| Index: chrome/browser/policy/cloud_policy_provider.h
|
| diff --git a/chrome/browser/policy/cloud_policy_provider.h b/chrome/browser/policy/cloud_policy_provider.h
|
| index 5fa6d988c146e97eac07c64bf658d1b0638eb09f..7c7228eb860462e87d1dd51d5cee133839361f11 100644
|
| --- a/chrome/browser/policy/cloud_policy_provider.h
|
| +++ b/chrome/browser/policy/cloud_policy_provider.h
|
| @@ -7,11 +7,12 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| -#include "chrome/browser/policy/cloud_policy_cache_base.h"
|
| #include "chrome/browser/policy/configuration_policy_provider.h"
|
|
|
| namespace policy {
|
|
|
| +class CloudPolicyCacheBase;
|
| +
|
| // A policy provider having multiple backend caches, combining their relevant
|
| // PolicyMaps and keeping the result cached. The underlying caches are kept as
|
| // weak references and can be added dynamically. Also the
|
|
|