diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 15:42:34 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 15:42:34 +0000 |
commit | f15e5812aa7b6d4025edb8181a1d9d3e8e82c5fb (patch) | |
tree | a4713593ad09e2d8877d57989dad107317c7db88 /chrome/common/mac | |
parent | 1c6b2797c93eaa019dcbdca7a4f25e134f11daf1 (diff) | |
download | chromium_src-f15e5812aa7b6d4025edb8181a1d9d3e8e82c5fb.zip chromium_src-f15e5812aa7b6d4025edb8181a1d9d3e8e82c5fb.tar.gz chromium_src-f15e5812aa7b6d4025edb8181a1d9d3e8e82c5fb.tar.bz2 |
Update include paths in chrome/common/ for base/process changes.
BUG=242290
R=jhawkins@chromium.org,cevans@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19526004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/mac')
-rw-r--r-- | chrome/common/mac/launchd.mm | 2 | ||||
-rw-r--r-- | chrome/common/mac/mock_launchd.cc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/mac/launchd.mm b/chrome/common/mac/launchd.mm index 31dbba3..ec0acd9 100644 --- a/chrome/common/mac/launchd.mm +++ b/chrome/common/mac/launchd.mm @@ -10,7 +10,7 @@ #include "base/mac/mac_util.h" #include "base/mac/scoped_cftyperef.h" #include "base/mac/scoped_nsautorelease_pool.h" -#include "base/process_util.h" +#include "base/process/launch.h" #include "base/strings/stringprintf.h" #include "base/strings/sys_string_conversions.h" #include "third_party/GTM/Foundation/GTMServiceManagement.h" diff --git a/chrome/common/mac/mock_launchd.cc b/chrome/common/mac/mock_launchd.cc index 178943f..361629f 100644 --- a/chrome/common/mac/mock_launchd.cc +++ b/chrome/common/mac/mock_launchd.cc @@ -14,7 +14,6 @@ #include "base/mac/foundation_util.h" #include "base/mac/scoped_cftyperef.h" #include "base/message_loop/message_loop.h" -#include "base/process_util.h" #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "base/strings/sys_string_conversions.h" |