summaryrefslogtreecommitdiff
path: root/mock_config.cc
blob: d1f27ca4f360af2efaaf137f32a63e51b010e34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2014 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 "apmanager/mock_config.h"

namespace apmanager {

MockConfig::MockConfig() : Config(nullptr, std::string()) {}

MockConfig::~MockConfig() {}

}  // namespace apmanager