blob: 628d9d202c98036d05be7095711a6a94ca1bbe40 [file] [log] [blame]
// Copyright (c) 2011 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_profile.h"
#include <string>
#include <base/memory/ref_counted.h>
#include <base/stringprintf.h>
#include <gmock/gmock.h>
#include "shill/refptr_types.h"
namespace shill {
class ControlInterface;
class GLib;
class Manager;
MockProfile::MockProfile(ControlInterface *control_interface,
GLib *glib,
Manager *manager)
: Profile(control_interface, glib, manager) {
}
MockProfile::~MockProfile() {}
} // namespace shill