| Index: chromeos/process_proxy/process_proxy.cc
|
| diff --git a/chromeos/process_proxy/process_proxy.cc b/chromeos/process_proxy/process_proxy.cc
|
| index 8a97acb780454bbad6be43861e5e17b4aa8a4ee0..8ce37ef4a76286b569610f34e8682cedebd159cd 100644
|
| --- a/chromeos/process_proxy/process_proxy.cc
|
| +++ b/chromeos/process_proxy/process_proxy.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chromeos/process_proxy/process_proxy.h"
|
|
|
| -#include <fcntl.h>
|
| #include <stdlib.h>
|
| #include <sys/ioctl.h>
|
|
|
| @@ -16,7 +15,6 @@
|
| #include "base/process/kill.h"
|
| #include "base/process/launch.h"
|
| #include "base/threading/thread.h"
|
| -#include "chromeos/process_proxy/process_output_watcher.h"
|
| #include "third_party/cros_system_api/switches/chrome_switches.h"
|
|
|
| namespace {
|
|
|