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

Unified Diff: cc/test/fake_impl_proxy.h

Issue 17114008: cc: Remove cc::Thread and cc::ThreadImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-thread: NULLrefptrs Created 7 years, 6 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
« no previous file with comments | « cc/scheduler/scheduler.cc ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_impl_proxy.h
diff --git a/cc/test/fake_impl_proxy.h b/cc/test/fake_impl_proxy.h
index 777da4addee561891387ac26775d5082a03e2014..b52fea43442d29d2b81d0f22fcb087a93794e514 100644
--- a/cc/test/fake_impl_proxy.h
+++ b/cc/test/fake_impl_proxy.h
@@ -12,7 +12,7 @@ namespace cc {
class FakeImplProxy : public FakeProxy {
public:
- FakeImplProxy() : FakeProxy(scoped_ptr<Thread>()), set_impl_thread_(this) {}
+ FakeImplProxy() : set_impl_thread_(this) {}
private:
DebugScopedSetImplThread set_impl_thread_;
« no previous file with comments | « cc/scheduler/scheduler.cc ('k') | cc/test/fake_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698