aboutsummaryrefslogtreecommitdiff
path: root/icing/store/document-store_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/store/document-store_test.cc')
-rw-r--r--icing/store/document-store_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/store/document-store_test.cc b/icing/store/document-store_test.cc
index 1273c67..1d9a2a0 100644
--- a/icing/store/document-store_test.cc
+++ b/icing/store/document-store_test.cc
@@ -95,7 +95,7 @@ const NamespaceStorageInfoProto& GetNamespaceStorageInfo(
}
UsageReport CreateUsageReport(std::string name_space, std::string uri,
- int64 timestamp_ms,
+ int64_t timestamp_ms,
UsageReport::UsageType usage_type) {
UsageReport usage_report;
usage_report.set_document_namespace(name_space);