| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 5ffe398ae12707808c9d8f40d6de3938c7564fc6..30430dd2e99d86996693b283c36c18180db43f4c 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;
|
| }
|
|
|