From 4c01d49992c56a94c2e5980a50fbb2213661c5ec Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 23 Jan 2012 23:33:01 +0000 Subject: Rename BrowserChildProcessHost implementation class to BrowserChildProcessHostImpl. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9117006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118758 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/utility_process_host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/utility_process_host.h') diff --git a/content/browser/utility_process_host.h b/content/browser/utility_process_host.h index cad678e..779c849 100644 --- a/content/browser/utility_process_host.h +++ b/content/browser/utility_process_host.h @@ -17,7 +17,7 @@ #include "content/public/browser/browser_thread.h" #include "ipc/ipc_message.h" -class BrowserChildProcessHost; +class BrowserChildProcessHostImpl; // This class acts as the browser-side host to a utility child process. A // utility process is a short-lived sandboxed process that is created to run @@ -115,7 +115,7 @@ class CONTENT_EXPORT UtilityProcessHost bool started_; - scoped_ptr process_; + scoped_ptr process_; DISALLOW_COPY_AND_ASSIGN(UtilityProcessHost); }; -- cgit v1.1