| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index b9a6c989e07706d71c6164a4d12bb20c28072818..3869b9af53ecb3d438867be113492ca6375c7575 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -40,6 +40,12 @@ namespace base {
|
| class SequencedTaskRunner;
|
| }
|
|
|
| +namespace data_reduction_proxy {
|
| +class DataReductionProxyParams;
|
| +}
|
| +
|
| +class DataReductionProxyChromeSettings;
|
| +
|
| namespace domain_reliability {
|
| class DomainReliabilityMonitor;
|
| }
|
|
|