| Index: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings_factory.cc
|
| diff --git a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings_factory.cc b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings_factory.cc
|
| index c4f13e7f77ab683b57e3158041cb3ff095a5e510..3dc469179c83f840227c78394bcd85ad8c61c96a 100644
|
| --- a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings_factory.cc
|
| +++ b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings_factory.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/memory/singleton.h"
|
| #include "components/keyed_service/ios/browser_state_dependency_manager.h"
|
| #include "components/keyed_service/ios/browser_state_keyed_service_factory.h"
|
| +#include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_settings.h"
|
| -#include "ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h"
|
|
|
| // static
|
| IOSChromeDataReductionProxySettings*
|
|
|