| Index: android_webview/browser/aw_browser_context.h | 
| diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h | 
| index ab0ebef2106049545217f6fe05710f63351c47d7..5664da457e5d09f5fdf9c710b7291f10457a57ab 100644 | 
| --- a/android_webview/browser/aw_browser_context.h | 
| +++ b/android_webview/browser/aw_browser_context.h | 
| @@ -28,6 +28,7 @@ class WebContents; | 
| } | 
|  | 
| namespace data_reduction_proxy { | 
| +class DataReductionProxyConfigurator; | 
| class DataReductionProxySettings; | 
| } | 
|  | 
| @@ -131,6 +132,8 @@ class AwBrowserContext : public content::BrowserContext, | 
|  | 
| scoped_ptr<PrefService> user_pref_service_; | 
|  | 
| +  scoped_ptr<data_reduction_proxy::DataReductionProxyConfigurator> | 
| +      data_reduction_proxy_configurator_; | 
| scoped_ptr<data_reduction_proxy::DataReductionProxySettings> | 
| data_reduction_proxy_settings_; | 
|  | 
|  |