| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index adb5a1fd28f05dc6bfc413b8c6734ef98f45435c..abc5e7501193d525d59e4ce67b03f529b8ad86a7 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,
|
|
|