| Index: base/files/file_path_watcher_linux.cc
|
| diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc
|
| index 14385399f4e80e476c77bada0f0757c18ca35444..b4a71360e75c807e43163557968269e769122b65 100644
|
| --- a/base/files/file_path_watcher_linux.cc
|
| +++ b/base/files/file_path_watcher_linux.cc
|
| @@ -17,7 +17,6 @@
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/hash_tables.h"
|
| @@ -27,6 +26,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "base/message_loop_proxy.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/thread.h"
|
|
|
|
|