| Index: chrome/browser/policy/configuration_policy_handler.h
|
| diff --git a/chrome/browser/policy/configuration_policy_handler.h b/chrome/browser/policy/configuration_policy_handler.h
|
| index 449a11a10085f25af1fc7d895f2e58e957bab9b1..bd87dc0751e2f56f8902ec2b796e18f275fb6fea 100644
|
| --- a/chrome/browser/policy/configuration_policy_handler.h
|
| +++ b/chrome/browser/policy/configuration_policy_handler.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_H_
|
| #define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_HANDLER_H_
|
|
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| @@ -24,6 +25,8 @@ class PolicyMap;
|
| // their corresponding preferences, and to check whether the policies are valid.
|
| class ConfigurationPolicyHandler {
|
| public:
|
| + static std::string ValueTypeToString(Value::Type type);
|
| +
|
| ConfigurationPolicyHandler();
|
| virtual ~ConfigurationPolicyHandler();
|
|
|
|
|