diff options
Diffstat (limited to 'chrome/common/service_process_util_mac.mm')
-rw-r--r-- | chrome/common/service_process_util_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/service_process_util_mac.mm b/chrome/common/service_process_util_mac.mm index 0f5746f..75b4b2a 100644 --- a/chrome/common/service_process_util_mac.mm +++ b/chrome/common/service_process_util_mac.mm @@ -18,10 +18,10 @@ #include "base/sys_string_conversions.h" #include "base/threading/thread_restrictions.h" #include "base/version.h" -#include "chrome/common/child_process_host.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_version_info.h" +#include "content/common/child_process_host.h" #include "third_party/GTM/Foundation/GTMServiceManagement.h" namespace { |