From b39ef1cbd64f15a141e553e0fd55e6b71606140b Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 25 Oct 2011 04:46:55 +0000 Subject: Move resource_codes to content/public/common. BUG=98716 Review URL: http://codereview.chromium.org/8382021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107061 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/service/service_child_process_host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/service/service_child_process_host.cc') 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" -- cgit v1.1