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

Unified Diff: cc/base/unique_notifier_unittest.cc

Issue 514123002: Manual fixups in compositor code scoped_refptr operator T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/base/unique_notifier_unittest.cc
diff --git a/cc/base/unique_notifier_unittest.cc b/cc/base/unique_notifier_unittest.cc
index 8c7b0d1887a30b089cebf3fceae0f9c55ecb84b1..ec1b83c4cd0648dab989b99024e6363bc8042cb4 100644
--- a/cc/base/unique_notifier_unittest.cc
+++ b/cc/base/unique_notifier_unittest.cc
@@ -32,7 +32,7 @@ class UniqueNotifierTest : public testing::Test {
TEST_F(UniqueNotifierTest, Schedule) {
{
UniqueNotifier notifier(
- base::MessageLoopProxy::current(),
+ base::MessageLoopProxy::current().get(),
base::Bind(&UniqueNotifierTest::Notify, base::Unretained(this)));
EXPECT_EQ(0, NotificationCount());

Powered by Google App Engine
This is Rietveld 408576698