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

Unified Diff: ppapi/tests/test_flash_file.h

Issue 10638007: Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffffuuuuuuuuuuuuuuuuuuuuuuuuuuu Created 8 years, 6 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/ppapi_sources.gypi ('k') | ppapi/tests/test_flash_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_flash_file.h
diff --git a/ppapi/tests/test_flash_file.h b/ppapi/tests/test_flash_file.h
index 36adfae8d9bf3ce361ed413966e43deb0ce6e6af..b58890dfbbabc88bd8e5482ad122df4a7f3413ef 100644
--- a/ppapi/tests/test_flash_file.h
+++ b/ppapi/tests/test_flash_file.h
@@ -7,7 +7,6 @@
#include <string>
-#include "ppapi/c/private/ppb_flash_file.h"
#include "ppapi/tests/test_case.h"
class TestFlashFile: public TestCase {
@@ -26,9 +25,7 @@ class TestFlashFile: public TestCase {
// Gets the number of files and directories under the module-local root
// directory.
- std::string GetItemCountUnderModuleLocalRoot(int32_t* item_count);
-
- const PPB_Flash_File_ModuleLocal* module_local_interface_;
+ std::string GetItemCountUnderModuleLocalRoot(size_t* item_count);
};
#endif // PPAPI_TESTS_TEST_FLASH_FILE_H_
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/tests/test_flash_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698