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

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

Issue 2427363004: Specify the base namespace of ::mojom in user_media_client_impl_unittest.cc. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698