| Index: chrome/renderer/page_load_histograms.h
|
| diff --git a/chrome/renderer/page_load_histograms.h b/chrome/renderer/page_load_histograms.h
|
| index 5f87345f852dffa1681ca10bca897b53f31a288e..7f524448b7b2ad330978e28ac4aa2db282bb03a2 100644
|
| --- a/chrome/renderer/page_load_histograms.h
|
| +++ b/chrome/renderer/page_load_histograms.h
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
|
|
| namespace content {
|
| @@ -46,8 +45,6 @@ class PageLoadHistograms : public content::RenderViewObserver {
|
| void LogPageLoadTime(const content::DocumentState* load_times,
|
| const blink::WebDataSource* ds) const;
|
|
|
| - data_reduction_proxy::DataReductionProxyParams data_reduction_proxy_params_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(PageLoadHistograms);
|
| };
|
|
|
|
|