blob: 167c98de57754961776527eb144ee9ae7b4762d3 [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() : Service() {}
MockService::~MockService() {}
} // namespace cryptohome