| Index: chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
|
| diff --git a/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc b/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
|
| index 54d7ad0fd46cbe6180bf3e2ec19345d3c433548a..18249f8ef7d79d6c6f401800645e5902da9190fb 100644
|
| --- a/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_notifications_unittest.cc
|
| @@ -7,7 +7,6 @@
|
| #include <memory>
|
|
|
| #include "base/memory/ptr_util.h"
|
| -#include "base/test/scoped_task_environment.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "chrome/browser/notifications/notification_test_util.h"
|
| #include "chrome/browser/printing/cloud_print/privet_http_asynchronous_factory.h"
|
| @@ -118,7 +117,7 @@
|
| protected:
|
| StrictMock<MockPrivetNotificationsListenerDeleagate> mock_delegate_;
|
| std::unique_ptr<PrivetNotificationsListener> notification_listener_;
|
| - base::test::ScopedTaskEnvironment scoped_task_environment_;
|
| + base::MessageLoop message_loop_;
|
| scoped_refptr<net::TestURLRequestContextGetter> request_context_;
|
| net::TestURLFetcherFactory fetcher_factory_;
|
| DeviceDescription description_;
|
|
|