blob: 68be28ec4c8495c10f57854677f9fe1cc4443305 [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_homedirs.h"
using testing::_;
using testing::Return;
namespace cryptohome {
MockHomeDirs::MockHomeDirs() {}
MockHomeDirs::~MockHomeDirs() {}
bool MockHomeDirs::ActualGetPlainOwner(std::string* owner) {
return HomeDirs::GetPlainOwner(owner);
}
} // namespace cryptohome