blob: d1f27ca4f360af2efaaf137f32a63e51b010e34a [file] [log] [blame]
// 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