blob: d69e95b49bd2ced1e871e2b67438a82fb4ee6c22 [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 "mock_service.h"
namespace cryptohome {
MockService::MockService() : Service() {}
MockService::~MockService() {}
} // namespace cryptohome