Merge latest oemcrypto-v17 change
No-Typo-Check: Not related to this change. Bug: 161477208 Change-Id: I99e4780f6855b7045aa0cd5a49c13d2d0d51ed64
This commit is contained in:
committed by
Fred Gylys-Colwell
parent
c924960962
commit
642965c678
@@ -19,7 +19,7 @@ class RebootTest : public WvCdmTestBaseWithEngine {
|
||||
public:
|
||||
// The main test driver may inject the file system for saving persistent test
|
||||
// data.
|
||||
static void set_file_system(FileSystem* file_system) {
|
||||
static void set_file_system(wvutil::FileSystem* file_system) {
|
||||
file_system_ = file_system;
|
||||
}
|
||||
// Dump a map to a std string in an almost human readable way so that the map
|
||||
@@ -41,7 +41,7 @@ class RebootTest : public WvCdmTestBaseWithEngine {
|
||||
void TearDown() override;
|
||||
|
||||
// This is used to store each test's persistent data.
|
||||
static FileSystem* file_system_;
|
||||
static wvutil::FileSystem* file_system_;
|
||||
|
||||
// The persistent data for the current test.
|
||||
std::map<std::string, std::string> persistent_data_;
|
||||
|
||||
Reference in New Issue
Block a user