| Index: chrome/browser/policy/policy_loader_win.h
|
| diff --git a/chrome/browser/policy/policy_loader_win.h b/chrome/browser/policy/policy_loader_win.h
|
| index 096e4200025ee13484bbbfd8b3470773b323f79f..e86c240b3e65253c280caa7a1e48f7cf0621228c 100644
|
| --- a/chrome/browser/policy/policy_loader_win.h
|
| +++ b/chrome/browser/policy/policy_loader_win.h
|
| @@ -9,6 +9,7 @@
|
| #include <windows.h>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/files/file_path.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/values.h"
|
| @@ -16,10 +17,6 @@
|
| #include "chrome/browser/policy/async_policy_loader.h"
|
| #include "chrome/browser/policy/policy_types.h"
|
|
|
| -namespace base {
|
| -class FilePath;
|
| -}
|
| -
|
| namespace policy {
|
|
|
| class AppliedGPOListProvider;
|
| @@ -43,6 +40,9 @@ class AppliedGPOListProvider {
|
| class PolicyLoaderWin : public AsyncPolicyLoader,
|
| public base::win::ObjectWatcher::Delegate {
|
| public:
|
| + // The PReg file name used by GPO.
|
| + static const base::FilePath::CharType kPRegFileName[];
|
| +
|
| explicit PolicyLoaderWin(const PolicyDefinitionList* policy_list,
|
| const string16& chrome_policy_key,
|
| AppliedGPOListProvider* gpo_provider);
|
|
|