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 048b5a6598af22d692643a43af25a9d5b5339e1c..64c1918707180ecfc0061b4672d35c911e1fc9bf 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "base/macros.h" |
+#include "base/memory/scoped_ptr.h" |
megjablon
2016/04/12 21:55:35
Unnecessary include
dcheng
2016/04/12 22:38:34
This is required to keep the build from breaking:
megjablon
2016/04/12 22:41:13
Ah gotcha, makes sense.
|
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h" |
#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h" |
#include "components/keyed_service/core/keyed_service.h" |