| Index: components/policy/core/common/policy_loader_mac.h
|
| diff --git a/components/policy/core/common/policy_loader_mac.h b/components/policy/core/common/policy_loader_mac.h
|
| index 3cd83f7b6be54e0968d3736a7436e8f0be4d1dd5..46b8bc77cd9bff60ac05d589ac4f456d37274a2e 100644
|
| --- a/components/policy/core/common/policy_loader_mac.h
|
| +++ b/components/policy/core/common/policy_loader_mac.h
|
| @@ -7,8 +7,6 @@
|
|
|
| #include <string>
|
|
|
| -#include <CoreFoundation/CoreFoundation.h>
|
| -
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_path_watcher.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -20,7 +18,6 @@ class MacPreferences;
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| -class Value;
|
| } // namespace base
|
|
|
| namespace policy {
|
| @@ -43,12 +40,6 @@ class POLICY_EXPORT PolicyLoaderMac : public AsyncPolicyLoader {
|
| virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
|
| virtual base::Time LastModificationTime() OVERRIDE;
|
|
|
| - // Converts a CFPropertyListRef to the equivalent base::Value. CFDictionary
|
| - // entries whose key is not a CFStringRef are ignored.
|
| - // The returned value is owned by the caller.
|
| - // Returns NULL if an invalid CFType was found, such as CFDate or CFData.
|
| - static base::Value* CreateValueFromProperty(CFPropertyListRef property);
|
| -
|
| private:
|
| // Callback for the FilePathWatcher.
|
| void OnFileUpdated(const base::FilePath& path, bool error);
|
|
|