blob: dd2ce9821210609b1ef94727b09b952e9be44544 [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)
: Profile(control_interface, glib) {
}
MockProfile::~MockProfile() {}
} // namespace shill