blob: fe818eb2716e8e1b17ce4a789da8b02d7fa08b16 [file] [log] [blame]
Paul Stewart59a8cba2015-01-09 15:48:19 -08001// Copyright 2015 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "shill/upstart/mock_upstart_proxy.h"
6
7#include "shill/testing.h"
8
9using testing::_;
10
11namespace shill {
12
13MockUpstartProxy::MockUpstartProxy() {}
14
15MockUpstartProxy::~MockUpstartProxy() {}
16
17} // namespace shill