| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h
|
| index 03184a9df9d73f0c46c11a55513d73ff7d72b169..470151d12626fe5099af5c22937ce333ef7e0520 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_INTERCEPTOR_H_
|
| #define COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_INTERCEPTOR_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h"
|
| #include "net/url_request/url_request_interceptor.h"
|
|
|