| Index: chrome/browser/process_singleton_mac_unittest.cc
|
| diff --git a/chrome/browser/process_singleton_mac_unittest.cc b/chrome/browser/process_singleton_mac_unittest.cc
|
| index 680b04c6da9b0ef69058e464adb725a4307e4303..39451df96b52aa936f78cb708d0919b7e2a2a9c1 100644
|
| --- a/chrome/browser/process_singleton_mac_unittest.cc
|
| +++ b/chrome/browser/process_singleton_mac_unittest.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "chrome/browser/process_singleton.h"
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/test/base/testing_profile.h"
|
|
|