This reverts commit 7186433edf.
Reason for revert: Build breakage - b/323194350
Change-Id: Ibba4f5289b8f0d5e835dfba9ceb1e601784af634
8 lines
285 B
C++
8 lines
285 B
C++
// 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(); }
|