Chromium Code Reviews| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h |
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h |
| index 2f92b54e1f781590fe2b17dfd0edb47199e955f4..9ad49f2e87684a58e040773d8de1e9420abd8bbf 100644 |
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h |
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h |
| @@ -7,11 +7,11 @@ |
| #include <stdint.h> |
| +#include <memory> |
|
megjablon
2016/04/12 21:55:36
Unnecessary include
dcheng
2016/04/12 22:38:34
Done.
|
| #include <string> |
| #include <vector> |
| #include "base/macros.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/threading/thread_checker.h" |
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h" |
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h" |