chromium/content/public/test/network_connection_change_simulator.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 CONTENT_PUBLIC_TEST_NETWORK_CONNECTION_CHANGE_SIMULATOR_H_
#define CONTENT_PUBLIC_TEST_NETWORK_CONNECTION_CHANGE_SIMULATOR_H_

#include "build/chromeos_buildflags.h"
#include "services/network/public/cpp/network_connection_tracker.h"

namespace base {
class RunLoop;
}

namespace content {

// A class to help tests set the network connection type.
class NetworkConnectionChangeSimulator
    : public network::NetworkConnectionTracker::NetworkConnectionObserver {};

}  // namespace content

#endif  // CONTENT_PUBLIC_TEST_NETWORK_CONNECTION_CHANGE_SIMULATOR_H_