Index: chrome/test/base/testing_browser_process.h |
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h |
index 99e5dcfc6a33ac6cf6dc1189c5326ad54089693a..3e3f0b225f860719c362a3624be86386a14c18dd 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -150,12 +150,8 @@ class TestingBrowserProcess : public BrowserProcess { |
unsigned int module_ref_count_; |
std::string app_locale_; |
-#if defined(ENABLE_CONFIGURATION_POLICY) |
scoped_ptr<policy::BrowserPolicyConnector> browser_policy_connector_; |
bool created_browser_policy_connector_ = false; |
-#else |
- scoped_ptr<policy::PolicyService> policy_service_; |
-#endif |
scoped_ptr<ProfileManager> profile_manager_; |
scoped_ptr<NotificationUIManager> notification_ui_manager_; |