// Copyright 2022 Google LLC. All Rights Reserved. This file and proprietary // source code may only be used and distributed under the Widevine License // Agreement. #include "create_test_file_system.h" wvutil::FileSystem* CreateTestFileSystem() { return new wvutil::FileSystem(); }