| Index: mock_system_utils.h
|
| diff --git a/mock_system_utils.h b/mock_system_utils.h
|
| index e6ff21dc21849a0be73f3572bcc2fce687a98e1a..be4f5e149bc6381e3e69640bebbc4ecc036e381f 100644
|
| --- a/mock_system_utils.h
|
| +++ b/mock_system_utils.h
|
| @@ -15,7 +15,7 @@ class MockSystemUtils : public SystemUtils {
|
| public:
|
| MockSystemUtils() {}
|
| ~MockSystemUtils() {}
|
| - MOCK_METHOD2(kill, int(pid_t pid, int signal));
|
| + MOCK_METHOD3(kill, int(pid_t pid, uid_t uid, int signal));
|
| MOCK_METHOD2(ChildIsGone, bool(pid_t child_spec, int timeout));
|
| MOCK_METHOD2(EnsureAndReturnSafeFileSize,
|
| bool(const FilePath& file, int32* file_size_32));
|
|
|