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

Unified Diff: device/usb/mojo/device_impl_unittest.cc

Issue 2633053002: Remove the MessageLoop::DestructionObserver from mojo bindings. (Closed)
Patch Set: rebase Created 3 years, 11 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 | « device/bluetooth/device_unittest.cc ('k') | gpu/ipc/service/gpu_channel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/mojo/device_impl_unittest.cc
diff --git a/device/usb/mojo/device_impl_unittest.cc b/device/usb/mojo/device_impl_unittest.cc
index f4d8b933a6d7760efaf8de1eee3a75183cdf5e65..a9e44b380804bc92cf2b8e63bd1a6a518aea428d 100644
--- a/device/usb/mojo/device_impl_unittest.cc
+++ b/device/usb/mojo/device_impl_unittest.cc
@@ -156,6 +156,8 @@ class USBDeviceImplTest : public testing::Test {
~USBDeviceImplTest() override {}
+ void TearDown() override { base::RunLoop().RunUntilIdle(); }
+
protected:
MockPermissionProvider& permission_provider() { return permission_provider_; }
MockUsbDevice& mock_device() { return *mock_device_.get(); }
« no previous file with comments | « device/bluetooth/device_unittest.cc ('k') | gpu/ipc/service/gpu_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698