| Index: chrome/browser/process_info_snapshot_mac_unittest.cc
|
| diff --git a/chrome/browser/process_info_snapshot_mac_unittest.cc b/chrome/browser/process_info_snapshot_mac_unittest.cc
|
| index ec44a83045748f7e87dc860552bc825021ab7ab8..f6cf7b151b2ec2be8c6a9baf78112e1001ebee3b 100644
|
| --- a/chrome/browser/process_info_snapshot_mac_unittest.cc
|
| +++ b/chrome/browser/process_info_snapshot_mac_unittest.cc
|
| @@ -10,9 +10,9 @@
|
| #include <vector>
|
|
|
| #include "base/command_line.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/process_util.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|