| Index: components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc b/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| index abb53ea385653fcb45de5b0e09a47f10ba53c7a8..d2aaf2633b8955262b4765a4d21e253e35f8aa24 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| @@ -48,7 +50,7 @@ class DataUsageStoreTest : public testing::Test {
|
| return data_usage_store_->current_bucket_index_;
|
| }
|
|
|
| - int64 current_bucket_last_updated() const {
|
| + int64_t current_bucket_last_updated() const {
|
| return data_usage_store_->current_bucket_last_updated_.ToInternalValue();
|
| }
|
|
|
|
|