summaryrefslogtreecommitdiffstats
path: root/chrome/browser/utility_process_host.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 23:00:11 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 23:00:11 +0000
commitba4c78e5b07788094ec02c6a1b44eebd7a727926 (patch)
tree96cf69e6fcc2c1fc4eb3c1eda5ffc9a30cafbfcb /chrome/browser/utility_process_host.h
parente9403ab1516c5ada016249c1c124485640c2ae8f (diff)
downloadchromium_src-ba4c78e5b07788094ec02c6a1b44eebd7a727926.zip
chromium_src-ba4c78e5b07788094ec02c6a1b44eebd7a727926.tar.gz
chromium_src-ba4c78e5b07788094ec02c6a1b44eebd7a727926.tar.bz2
Use FilePath in ChildProcessHost.
BUG=24672 TEST=still compiles Review URL: http://codereview.chromium.org/270077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/utility_process_host.h')
-rw-r--r--chrome/browser/utility_process_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h
index fa0a63c..d9e6d3f 100644
--- a/chrome/browser/utility_process_host.h
+++ b/chrome/browser/utility_process_host.h
@@ -94,7 +94,7 @@ class UtilityProcessHost : public ChildProcessHost {
protected:
// Allow these methods to be overridden for tests.
- virtual std::wstring GetUtilityProcessCmd();
+ virtual FilePath GetUtilityProcessCmd();
virtual bool UseSandbox() {
return true;
}