| Index: headless/app/headless_shell.h
|
| diff --git a/headless/app/headless_shell.h b/headless/app/headless_shell.h
|
| index 91535105c47862d1341e01297cf69bd8b0dec2d1..e38f017d285e74cbd1dfcc1f6b4de8681ed7607f 100644
|
| --- a/headless/app/headless_shell.h
|
| +++ b/headless/app/headless_shell.h
|
| @@ -86,7 +86,7 @@
|
| const base::FilePath file_name,
|
| base::File::Error error_code);
|
| void OnFileWritten(const base::FilePath file_name,
|
| - const int length,
|
| + const size_t length,
|
| base::File::Error error_code,
|
| int write_result);
|
| void OnFileClosed(base::File::Error error_code);
|
|
|