chromium/services/device/geolocation/fake_position_cache.h

// 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.

#ifndef SERVICES_DEVICE_GEOLOCATION_FAKE_POSITION_CACHE_H_
#define SERVICES_DEVICE_GEOLOCATION_FAKE_POSITION_CACHE_H_

#include <utility>
#include <vector>

#include "services/device/geolocation/position_cache.h"
#include "services/device/public/mojom/geoposition.mojom.h"

namespace device {

class FakePositionCache : public PositionCache {};

}  // namespace device

#endif  // SERVICES_DEVICE_GEOLOCATION_FAKE_POSITION_CACHE_H_