blob: 532f37bbce4e0d4a494692de668ae6c63d6236f7 [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/mock_wake_on_wifi.h"
#include <gmock/gmock.h>
namespace shill {
MockWakeOnWiFi::MockWakeOnWiFi(NetlinkManager *netlink_manager,
EventDispatcher *dispatcher, Metrics *metrics)
: WakeOnWiFi(netlink_manager, dispatcher, metrics) {}
MockWakeOnWiFi::~MockWakeOnWiFi() {}
} // namespace shill