chromium/services/device/geolocation/wifi_data_provider.h

// Copyright 2013 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_WIFI_DATA_PROVIDER_H_
#define SERVICES_DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_H_

#include <set>

#include "base/functional/callback_forward.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/task/single_thread_task_runner.h"
#include "services/device/geolocation/wifi_data.h"

namespace device {

class WifiDataProvider : public base::RefCountedThreadSafe<WifiDataProvider> {};

}  // namespace device

#endif  // SERVICES_DEVICE_GEOLOCATION_WIFI_DATA_PROVIDER_H_