Index: components/policy/core/common/config_dir_policy_loader_unittest.cc |
diff --git a/components/policy/core/common/config_dir_policy_loader_unittest.cc b/components/policy/core/common/config_dir_policy_loader_unittest.cc |
index 94b233d03c6c6782a1ef5abe0a51fa28250077fa..193c3c7a2fc3880d7e49ef4b8eb9a9b8273be8c1 100644 |
--- a/components/policy/core/common/config_dir_policy_loader_unittest.cc |
+++ b/components/policy/core/common/config_dir_policy_loader_unittest.cc |
@@ -68,7 +68,9 @@ class TestHarness : public PolicyProviderTestHarness { |
}; |
TestHarness::TestHarness() |
- : PolicyProviderTestHarness(POLICY_LEVEL_MANDATORY, POLICY_SCOPE_MACHINE), |
+ : PolicyProviderTestHarness(POLICY_LEVEL_MANDATORY, |
+ POLICY_SCOPE_MACHINE, |
+ POLICY_SOURCE_PLATFORM), |
bartfab (slow)
2015/09/14 14:42:26
Nit: #include "components/policy/core/common/polic
fhorschig
2015/09/16 13:52:05
Done.
|
next_policy_file_index_(100) {} |
TestHarness::~TestHarness() {} |