diff options
Diffstat (limited to 'chrome/service/service_child_process_host.cc')
-rw-r--r-- | chrome/service/service_child_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_child_process_host.cc b/chrome/service/service_child_process_host.cc index e25dd59..ef0de6a 100644 --- a/chrome/service/service_child_process_host.cc +++ b/chrome/service/service_child_process_host.cc @@ -8,7 +8,7 @@ #include "base/logging.h" #include "base/process_util.h" #include "chrome/common/chrome_switches.h" -#include "content/common/result_codes.h" +#include "content/public/common/result_codes.h" #if defined(OS_WIN) #include "base/file_path.h" |