Commit ff49e214 authored by Tomasz Śniatowski's avatar Tomasz Śniatowski Committed by Chromium LUCI CQ

geolocation: Add <cstddef> include in position_cache.h

This header uses size_t  and should include something to get it.
This happens to work in the default libc++ config, but  can
cause a build failure in builds with libstdc++.

Change-Id: I1fd3af74bc19b491ae9f4c3529a536f0b93735ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640578
Auto-Submit: Tomasz Śniatowski <tsniatowski@vewd.com>
Commit-Queue: Matt Reynolds <mattreynolds@chromium.org>
Reviewed-by: default avatarMatt Reynolds <mattreynolds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845807}
parent 8f921e30
......@@ -5,6 +5,8 @@
#ifndef SERVICES_DEVICE_GEOLOCATION_POSITION_CACHE_H_
#define SERVICES_DEVICE_GEOLOCATION_POSITION_CACHE_H_
#include <cstddef>
namespace device {
namespace mojom {
class Geoposition;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment