summaryrefslogtreecommitdiffstats
path: root/cc/scoped_thread_proxy.cc
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 23:09:55 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 23:09:55 +0000
commit96baf3e81b1df4b0836d70c3cded9795e63fa789 (patch)
tree4332d128a05777ae34641ca2f185b7b548330b8d /cc/scoped_thread_proxy.cc
parent1597399122fa6d8343dc6d5cdb771f95908c09b1 (diff)
downloadchromium_src-96baf3e81b1df4b0836d70c3cded9795e63fa789.zip
chromium_src-96baf3e81b1df4b0836d70c3cded9795e63fa789.tar.gz
chromium_src-96baf3e81b1df4b0836d70c3cded9795e63fa789.tar.bz2
cc: Rename cc classes and members to match filenames
Fixed reland of https://chromiumcodereview.appspot.com/11189043/ TBR=jam@chromium.org,jamesr@chromium.org BUG=155413 Review URL: https://codereview.chromium.org/11231054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/scoped_thread_proxy.cc')
-rw-r--r--cc/scoped_thread_proxy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/scoped_thread_proxy.cc b/cc/scoped_thread_proxy.cc
index fab4e6a..a181270 100644
--- a/cc/scoped_thread_proxy.cc
+++ b/cc/scoped_thread_proxy.cc
@@ -8,13 +8,13 @@
namespace cc {
-CCScopedThreadProxy::CCScopedThreadProxy(CCThread* targetThread)
+ScopedThreadProxy::ScopedThreadProxy(Thread* targetThread)
: m_targetThread(targetThread)
, m_shutdown(false)
{
}
-CCScopedThreadProxy::~CCScopedThreadProxy()
+ScopedThreadProxy::~ScopedThreadProxy()
{
}