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

Unified Diff: ppapi/tests/test_file_io.h

Issue 915403003: Enable size_t to int truncation warnings in PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ppapi_unittests win x64 Created 5 years, 10 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/shared_impl/flash_clipboard_format_registry.cc ('k') | ppapi/tests/test_file_io.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ppapi/shared_impl/flash_clipboard_format_registry.cc ('k') | ppapi/tests/test_file_io.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698