Renamed MockWebAudioDevice in webaudio unit tests
Both AudioContextTest and BaseAudioContextTest use a local test class named MockWebAudioDevice. That is normally no big deal but in jumbo builds they can be compiled in the same translation unit and then the classes will collide. This patch gives the classes unique prefixes so that no tests have to be excluded from jumbo. Bug: 745732 Change-Id: Ie736a0541082c56af745d51061897a081d2d1da5 Reviewed-on: https://chromium-review.googlesource.com/575142 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#487475}
Showing
Please register or sign in to comment