| Index: components/data_reduction_proxy/core/browser/data_store_impl.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_store_impl.cc b/components/data_reduction_proxy/core/browser/data_store_impl.cc
|
| index a34407e6ddb21585df239d8e739dac33b63d64ed..1eb5b16cf33cf5f91a4b1ec40646989b41835b73 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_store_impl.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_store_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "components/data_reduction_proxy/core/browser/data_store_impl.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
|
|