blob: b3c3fb08e01ff22d1965a3405c01e646ba33f103 [file] [log] [blame]
Darin Petkov5a850472012-06-06 15:44:24 +02001// Copyright (c) 2012 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/mock_process_killer.h"
6
7namespace shill {
8
9MockProcessKiller::MockProcessKiller() {}
10
11MockProcessKiller::~MockProcessKiller() {}
12
13} // namespace shill