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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/mock_node.h

Issue 269593011: [NaCl SDK] Modifying size_t and int to off_t. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Place __STDC_FORMAT_MACROS inside conditional block Created 6 years, 8 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 | « native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/tests/nacl_io_test/mock_node.h
diff --git a/native_client_sdk/src/tests/nacl_io_test/mock_node.h b/native_client_sdk/src/tests/nacl_io_test/mock_node.h
index 8286e3a1a9228c51c3f0d49cb218ab9c38d1b256..307ee2e1004c5ff44c28f5ecfb42a9eaf718a4ce 100644
--- a/native_client_sdk/src/tests/nacl_io_test/mock_node.h
+++ b/native_client_sdk/src/tests/nacl_io_test/mock_node.h
@@ -32,7 +32,7 @@ class MockNode : public nacl_io::Node {
MOCK_METHOD0(GetLinks, int());
MOCK_METHOD0(GetMode, int());
MOCK_METHOD0(GetType, int());
- MOCK_METHOD1(GetSize, Error(size_t*));
+ MOCK_METHOD1(GetSize, Error(off_t*));
MOCK_METHOD0(IsaDir, bool());
MOCK_METHOD0(IsaFile, bool());
MOCK_METHOD0(Isatty, Error());
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698