| Index: content/browser/mach_broker_mac.mm
|
| diff --git a/content/browser/mach_broker_mac.mm b/content/browser/mach_broker_mac.mm
|
| index 783b708b4a06008eae0a466ae16a4ee3fde821d7..24a0e2498134e941fab023ab22c307b156454beb 100644
|
| --- a/content/browser/mach_broker_mac.mm
|
| +++ b/content/browser/mach_broker_mac.mm
|
| @@ -13,13 +13,13 @@
|
| #include "base/logging.h"
|
| #include "base/mac/foundation_util.h"
|
| #include "base/mac/scoped_mach_port.h"
|
| -#include "base/string_util.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string_util.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| -#include "content/public/browser/child_process_data.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/browser/child_process_data.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/common/content_switches.h"
|
|
|