chromium/services/device/geolocation/wifi_data_provider_linux_unittest.cc

// Copyright 2012 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/wifi_data_provider_linux.h"

#include <stdint.h>

#include <memory>

#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/test/task_environment.h"
#include "dbus/message.h"
#include "dbus/mock_bus.h"
#include "dbus/mock_object_proxy.h"
#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
#include "services/device/public/mojom/geolocation_internals.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
Invoke;
Return;
Unused;

namespace device {

class GeolocationWifiDataProviderLinuxTest : public testing::Test {};

TEST_F(GeolocationWifiDataProviderLinuxTest, GetAccessPointData) {}

}  // namespace device