// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/device/geolocation/position_cache_test_util.h" #include <cmath> #include "base/check_op.h" #include "base/uuid.h" #include "services/device/public/mojom/geolocation_internals.mojom.h" namespace device { namespace testing { WifiData CreateUniqueWifiData(int number_of_access_points) { … } mojom::GeopositionPtr CreateGeoposition(int offset) { … } } // namespace testing } // namespace device