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

Unified Diff: ppapi/tests/test_file_io.h

Issue 7387011: Clean up the file dev interfaces. The combination of some dev and some non (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: ppapi/tests/test_file_io.h
===================================================================
--- ppapi/tests/test_file_io.h (revision 92658)
+++ ppapi/tests/test_file_io.h (working copy)
@@ -10,7 +10,7 @@
#include "ppapi/tests/test_case.h"
namespace pp {
-class FileSystem_Dev;
+class FileSystem;
} // namespace pp
class TestFileIO : public TestCase {
@@ -50,7 +50,7 @@
// 1) INVALID_FLAG_COMBINATION
// 2) (DONT_)?CREATE_IF_DOESNT_EXIST | (DONT_)?OPEN_IF_EXISTS |
// (DONT_)?TRUNCATE_IF_EXISTS
- std::string MatchOpenExpectations(pp::FileSystem_Dev* file_system,
+ std::string MatchOpenExpectations(pp::FileSystem* file_system,
size_t open_flags,
size_t expectations);
};
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/tests/test_file_io.cc » ('j') | ppapi/tests/test_file_io.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698