Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index f35ae5d10bd53ab881088acc30ad0790ab225255..87ba86bb4e57d8c80d9e5cc4aa884a02071bb8de 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -187,7 +187,9 @@ class BrowserProcessImpl : public BrowserProcess, |
bool created_notification_ui_manager_; |
scoped_ptr<NotificationUIManager> notification_ui_manager_; |
+#if defined(ENABLE_AUTOMATION) |
scoped_ptr<AutomationProviderList> automation_provider_list_; |
+#endif |
scoped_ptr<GoogleURLTracker> google_url_tracker_; |
scoped_ptr<IntranetRedirectDetector> intranet_redirect_detector_; |