summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-23 23:33:01 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-23 23:33:01 +0000
commit4c01d49992c56a94c2e5980a50fbb2213661c5ec (patch)
tree08617829a8df947bad80915d51f6501735e693cd /content/browser/gpu/gpu_process_host.h
parentfaa959294b43505bc6f3a277984f43cae02e3399 (diff)
downloadchromium_src-4c01d49992c56a94c2e5980a50fbb2213661c5ec.zip
chromium_src-4c01d49992c56a94c2e5980a50fbb2213661c5ec.tar.gz
chromium_src-4c01d49992c56a94c2e5980a50fbb2213661c5ec.tar.bz2
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
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r--content/browser/gpu/gpu_process_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 51245d7..b2f599f 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -23,7 +23,7 @@
class GpuMainThread;
struct GPUCreateCommandBufferConfig;
-class BrowserChildProcessHost;
+class BrowserChildProcessHostImpl;
class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
public IPC::Message::Sender,
@@ -157,7 +157,7 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
// existing tabs, just the future ones.
CONTENT_EXPORT static bool gpu_enabled_;
- scoped_ptr<BrowserChildProcessHost> process_;
+ scoped_ptr<BrowserChildProcessHostImpl> process_;
DISALLOW_COPY_AND_ASSIGN(GpuProcessHost);
};