Searched defs:cache_file_content (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system_unittest.cc91 std::string cache_file_content; local
93 base::ReadFileToString(cache_file_path, &cache_file_content));
94 EXPECT_EQ(content, cache_file_content);

Completed in 73 milliseconds