Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 700407820c69105c5f412fd3e2f1d4bf14155ef4..8dc5b05bcfbda96475003f4edb2f0dd9c46fedfb 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -407,9 +407,7 @@ class TestingProfile : public Profile { |
// scoped_ptr<>. |
content::MockResourceContext* resource_context_; |
-#if defined(ENABLE_CONFIGURATION_POLICY) |
scoped_ptr<policy::SchemaRegistryService> schema_registry_service_; |
-#endif |
scoped_ptr<policy::ProfilePolicyConnector> profile_policy_connector_; |
// Weak pointer to a delegate for indicating that a profile was created. |