Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 04158456fffd8291cf6a6f8f5da0a7302ec83b05..4cf1b3c39bee54b5d2b3fa7e7e5fe211719751f4 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; |
+}; |
Joao da Silva
2011/06/03 12:23:51
This is already forward-declared in browser_proces
sfeuz
2011/06/03 16:19:29
I think we should forward declare again here accor
|
+ |
// Real implementation of BrowserProcess that creates and returns the services. |
class BrowserProcessImpl : public BrowserProcess, |
public base::NonThreadSafe, |