diff options
Diffstat (limited to 'chrome/common/service_process_util.cc')
-rw-r--r-- | chrome/common/service_process_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc index 89e9e9a..8120a28 100644 --- a/chrome/common/service_process_util.cc +++ b/chrome/common/service_process_util.cc @@ -17,12 +17,12 @@ #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "base/version.h" -#include "chrome/common/child_process_host.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_version_info.h" #include "chrome/common/service_process_util.h" +#include "content/common/child_process_host.h" #if !defined(OS_MACOSX) |