blob: d1f27ca4f360af2efaaf137f32a63e51b010e34a [file] [log] [blame]
Peter Qiu376e4042014-11-13 09:40:28 -08001// Copyright 2014 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 "apmanager/mock_config.h"
6
7namespace apmanager {
8
Peter Qiufb39ba42014-11-21 09:09:59 -08009MockConfig::MockConfig() : Config(nullptr, std::string()) {}
Peter Qiu376e4042014-11-13 09:40:28 -080010
11MockConfig::~MockConfig() {}
12
13} // namespace apmanager