Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: cc/scoped_thread_proxy.cc

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/scoped_thread_proxy.cc
diff --git a/cc/scoped_thread_proxy.cc b/cc/scoped_thread_proxy.cc
index c2f1b13ee14bb773b20c8ca1f2f00aa68c58e37f..f3f04d4c9a6c624d20a5c19c0ca4784f5d7cfd12 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()
{
}

Powered by Google App Engine
This is Rietveld 408576698