summaryrefslogtreecommitdiff
path: root/benchmark/storage/offline_database.benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/storage/offline_database.benchmark.cpp')
-rw-r--r--benchmark/storage/offline_database.benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/storage/offline_database.benchmark.cpp b/benchmark/storage/offline_database.benchmark.cpp
index afdf6db4fc..ff4f2b2190 100644
--- a/benchmark/storage/offline_database.benchmark.cpp
+++ b/benchmark/storage/offline_database.benchmark.cpp
@@ -18,7 +18,7 @@ public:
response.data = std::make_shared<std::string>(50 * 1024, 0);
response.mustRevalidate = false;
- response.expires = mbgl::util::now() + 1h;
+ response.expires = mbgl::std::chrono::system_clock::now() + 1h;
resetAmbientTiles();
resetRegion();