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

Unified Diff: content/renderer/media/user_media_client_impl_unittest.cc

Issue 2410333006: Implement ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload(). (Closed)
Patch Set: incorporated falken's comment Created 4 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: content/renderer/media/user_media_client_impl_unittest.cc
diff --git a/content/renderer/media/user_media_client_impl_unittest.cc b/content/renderer/media/user_media_client_impl_unittest.cc
index 99e11b1188ee14088ef5534cd63bd9024f04e742..3eccbce873c01598adc8bc63ebea37bed3a3afd5 100644
--- a/content/renderer/media/user_media_client_impl_unittest.cc
+++ b/content/renderer/media/user_media_client_impl_unittest.cc
@@ -76,12 +76,12 @@ class MockMediaDevicesDispatcherHost
callback.Run(result);
}
- mojom::MediaDevicesDispatcherHostPtr CreateInterfacePtrAndBind() {
+ ::mojom::MediaDevicesDispatcherHostPtr CreateInterfacePtrAndBind() {
return binding_.CreateInterfacePtrAndBind();
}
private:
- mojo::Binding<mojom::MediaDevicesDispatcherHost> binding_;
+ mojo::Binding<::mojom::MediaDevicesDispatcherHost> binding_;
};
class UserMediaClientImplUnderTest : public UserMediaClientImpl {

Powered by Google App Engine
This is Rietveld 408576698