Index: components/policy/core/common/configuration_policy_provider_test.h |
diff --git a/components/policy/core/common/configuration_policy_provider_test.h b/components/policy/core/common/configuration_policy_provider_test.h |
index b0dc6d4584192b37898e6da4777429721441fe65..231d4375a0679e35e70dab935c793a42437dfcfb 100644 |
--- a/components/policy/core/common/configuration_policy_provider_test.h |
+++ b/components/policy/core/common/configuration_policy_provider_test.h |
@@ -48,7 +48,9 @@ class PolicyTestBase : public testing::Test { |
virtual void TearDown() OVERRIDE; |
protected: |
- Schema chrome_schema_; |
+ bool RegisterSchema(const PolicyNamespace& ns, |
+ const std::string& schema); |
+ |
SchemaRegistry schema_registry_; |
// Create an actual IO loop (needed by FilePathWatcher). |