Index: ppapi/tests/test_file_io.h |
diff --git a/ppapi/tests/test_file_io.h b/ppapi/tests/test_file_io.h |
index 3cc0095c9159525f09c41dd7bff21cd4e85dc9a2..e01abcf1b2f2e6a00cfc142d4ca102a28d1c73b9 100644 |
--- a/ppapi/tests/test_file_io.h |
+++ b/ppapi/tests/test_file_io.h |
@@ -57,8 +57,8 @@ class TestFileIO : public TestCase { |
// 2) (DONT_)?CREATE_IF_DOESNT_EXIST | (DONT_)?OPEN_IF_EXISTS | |
// (DONT_)?TRUNCATE_IF_EXISTS |
std::string MatchOpenExpectations(pp::FileSystem* file_system, |
- size_t open_flags, |
- size_t expectations); |
+ int32_t open_flags, |
+ int32_t expectations); |
}; |
#endif // PAPPI_TESTS_TEST_FILE_IO_H_ |