Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 080a9f64d6d7dca3a03a0a98e52d459a78cd1e4c..53d984a225faaaf10cc030f6e5e134366f0961a0 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -37,6 +37,10 @@ class NotificationService; |
class PluginDataRemover; |
class TabCloseableStateWatcher; |
+namespace policy{ |
+class BrowserPolicyConnector; |
+}; |
+ |
// Real implementation of BrowserProcess that creates and returns the services. |
class BrowserProcessImpl : public BrowserProcess, |
public base::NonThreadSafe, |