blob: 0c1ac30d13461708832bcca3446221020241f00c [file] [log] [blame]
// Copyright (c) 2013 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 "cryptohome/mock_service.h"
namespace cryptohome {
MockService::MockService() : ServiceMonolithic() {}
MockService::~MockService() {}
} // namespace cryptohome