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

Issue 2427363004: Specify the base namespace of ::mojom in user_media_client_impl_unittest.cc. (Closed)

Created:
4 years, 2 months ago by horo
Modified:
4 years, 1 month ago
Reviewers:
mcasas
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, miu+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Specify the base namespace of ::mojom in user_media_client_impl_unittest.cc. When I introduced a forward declaration in content::mojom namespace in content/common/service_worker/service_worker_types.h, I saw the following errors: https://crrev.com/2410333006/#ps300001 -------------- ./../content/renderer/media/user_media_client_impl_unittest.cc:79:3: error: no type named 'MediaDevicesDispatcherHostPtr' in namespace 'content::mojom'; did you mean '::mojom::MediaDevicesDispatcherHostPtr'? mojom::MediaDevicesDispatcherHostPtr CreateInterfacePtrAndBind() { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ::mojom::MediaDevicesDispatcherHostPtr gen/content/common/media/media_devices.mojom.h:134:7: note: '::mojom::MediaDevicesDispatcherHostPtr' declared here using MediaDevicesDispatcherHostPtr = mojo::InterfacePtr<MediaDevicesDispatcherHost>; ^ ../../content/renderer/media/user_media_client_impl_unittest.cc:84:17: error: no template named 'MediaDevicesDispatcherHost' in namespace 'content::mojom'; did you mean '::mojom::MediaDevicesDispatcherHostStub'? mojo::Binding<mojom::MediaDevicesDispatcherHost> binding_; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ::mojom::MediaDevicesDispatcherHostStub gen/content/common/media/media_devices.mojom.h:205:7: note: '::mojom::MediaDevicesDispatcherHostStub' declared here class MediaDevicesDispatcherHostStub ^ -------------- TBR=mcasas@chromium.org BUG= Committed: https://crrev.com/e279a926d48d00dc72c1f22fc699c78448f3acfe Cr-Commit-Position: refs/heads/master@{#426381}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M content/renderer/media/user_media_client_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (12 generated)
horo
mcasas@ Please review this.
4 years, 2 months ago (2016-10-19 06:57:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2427363004/1
4 years, 2 months ago (2016-10-20 02:58:02 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-20 03:26:13 UTC) #14
commit-bot: I haz the power
4 years, 1 month ago (2016-10-21 13:14:48 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e279a926d48d00dc72c1f22fc699c78448f3acfe
Cr-Commit-Position: refs/heads/master@{#426381}

Powered by Google App Engine
This is Rietveld 408576698