| Index: chrome/service/cloud_print/print_system_cups.cc
|
| diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc
|
| index 86b453a1a04a73bc242af38206a85cdee6c7167b..5751fdcdfaba20b67a23cc662aa2e140d40e6353 100644
|
| --- a/chrome/service/cloud_print/print_system_cups.cc
|
| +++ b/chrome/service/cloud_print/print_system_cups.cc
|
| @@ -8,6 +8,7 @@
|
| #include <dlfcn.h>
|
| #include <errno.h>
|
| #include <pthread.h>
|
| +#include <stddef.h>
|
|
|
| #include <algorithm>
|
| #include <list>
|
| @@ -18,6 +19,7 @@
|
| #include "base/json/json_reader.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/md5.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/rand_util.h"
|
|
|