| Index: cloud_print/gcp20/prototype/print_job_handler.cc
|
| diff --git a/cloud_print/gcp20/prototype/print_job_handler.cc b/cloud_print/gcp20/prototype/print_job_handler.cc
|
| index d76114bf7dc39b892648892f1f08540bad11627a..7a4d4cdf1d99a4e065da6f1ad0cba47aceda79b9 100644
|
| --- a/cloud_print/gcp20/prototype/print_job_handler.cc
|
| +++ b/cloud_print/gcp20/prototype/print_job_handler.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "cloud_print/gcp20/prototype/print_job_handler.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/files/file_util.h"
|
|
|