From f174efdeef740d594124f820abb18ed1185cc57d Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 17 Jan 2012 18:43:33 +0000 Subject: Group BrowserChildProcesshost methods that will be part of the interface together, and make sure they're all CamelCase. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9228012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117926 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/utility_process_host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/utility_process_host.cc') diff --git a/content/browser/utility_process_host.cc b/content/browser/utility_process_host.cc index 097cb93..68db20a 100644 --- a/content/browser/utility_process_host.cc +++ b/content/browser/utility_process_host.cc @@ -87,7 +87,7 @@ bool UtilityProcessHost::StartProcess() { return true; // Name must be set or metrics_service will crash in any test which // launches a UtilityProcessHost. - set_name(ASCIIToUTF16("utility process")); + SetName(ASCIIToUTF16("utility process")); std::string channel_id = child_process_host()->CreateChannel(); if (channel_id.empty()) -- cgit v1.1