Chromium Code Reviews| Index: chrome/browser/chromeos/process_proxy/process_output_watcher.cc |
| diff --git a/chrome/browser/chromeos/process_proxy/process_output_watcher.cc b/chrome/browser/chromeos/process_proxy/process_output_watcher.cc |
| index 559b18382ed42a06aebeb3e7347ab217adb54b25..7e12675419de137a636fbe483a3b637ca9fc4506 100644 |
| --- a/chrome/browser/chromeos/process_proxy/process_output_watcher.cc |
| +++ b/chrome/browser/chromeos/process_proxy/process_output_watcher.cc |
| @@ -11,6 +11,8 @@ |
| #include <sys/ioctl.h> |
| #include <sys/select.h> |
|
brettw
2012/05/29 19:30:46
No blank line here (all C includes to together).
Han
2012/05/29 20:57:04
Done.
|
| +#include <unistd.h> |
| + |
| #include "base/eintr_wrapper.h" |
| #include "base/logging.h" |