blob: 890a9c4a32211411a380af38503a4d5656d25bfe [file] [log] [blame]
Jorge Lucangeli Obesad43cc62012-04-11 16:25:43 -07001// 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_minijail.h"
6
7namespace shill {
8
9MockMinijail::MockMinijail() {}
10
11MockMinijail::~MockMinijail() {}
12
13} // namespace shill