| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| index 57cf435a80feb1607da4ac7e24872561cc6a8514..c33f3ef37c257f7c34ed4d3b404a4a642235c821 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_CHROME_SETTINGS_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
|
| #include "components/data_reduction_proxy/browser/data_reduction_proxy_settings.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
|
|
| @@ -47,7 +48,7 @@ class DataReductionProxyChromeSettings
|
| net::URLRequestContextGetter* request_context);
|
|
|
| // Gets the client type for the data reduction proxy.
|
| - static std::string GetClient();
|
| + static data_reduction_proxy::Client GetClient();
|
|
|
| private:
|
| // Registers the DataReductionProxyEnabled synthetic field trial with
|
|
|