Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: ppapi/tests/test_flash_file.cc

Issue 10696206: PPAPI (Flash): Fix FileModuleLocal::GetDirContents(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/private/flash_file.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_flash_file.cc
diff --git a/ppapi/tests/test_flash_file.cc b/ppapi/tests/test_flash_file.cc
index f0c4d426f2cc4e0501f5b3c3a1d4a70e286aa371..ac88b34b83d7f551edeea5c6692da5a12a289ce3 100644
--- a/ppapi/tests/test_flash_file.cc
+++ b/ppapi/tests/test_flash_file.cc
@@ -122,7 +122,7 @@ std::string TestFlashFile::TestCreateTemporaryFile() {
std::string TestFlashFile::GetItemCountUnderModuleLocalRoot(
size_t* item_count) {
- std::vector<PP_DirEntry_Dev> contents;
+ std::vector<FileModuleLocal::DirEntry> contents;
ASSERT_TRUE(FileModuleLocal::GetDirContents(instance_, "", &contents));
*item_count = contents.size();
PASS();
« no previous file with comments | « ppapi/cpp/private/flash_file.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698