| Index: chrome/browser/policy/policy_bundle.h
|
| diff --git a/chrome/browser/policy/policy_bundle.h b/chrome/browser/policy/policy_bundle.h
|
| index decb126140ef5ea63ec9b5c171c248e025517d0f..4d8697631ec2fd780cdbf7f18657ec6bab23bf9c 100644
|
| --- a/chrome/browser/policy/policy_bundle.h
|
| +++ b/chrome/browser/policy/policy_bundle.h
|
| @@ -9,12 +9,11 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "chrome/browser/policy/policy_service.h"
|
| +#include "chrome/browser/policy/policy_map.h"
|
| +#include "chrome/browser/policy/policy_namespace.h"
|
|
|
| namespace policy {
|
|
|
| -class PolicyMap;
|
| -
|
| // Maps policy namespaces to PolicyMaps.
|
| class PolicyBundle {
|
| public:
|
|
|