| Index: chrome/browser/process_singleton_mac.cc
|
| diff --git a/chrome/browser/process_singleton_mac.cc b/chrome/browser/process_singleton_mac.cc
|
| index 6b624791dcab6da14b5474bfaf456efc2ab28527..253f36966ca028a8cac5d28ca1470c03ab282d28 100644
|
| --- a/chrome/browser/process_singleton_mac.cc
|
| +++ b/chrome/browser/process_singleton_mac.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "chrome/browser/process_singleton.h"
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_util.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "chrome/common/chrome_constants.h"
|
|
|
| namespace {
|
|
|