Renaming unit_test class StubLocalFrameClient to not collide.
ElementVisibilityObserverTest, HTMLMediaElementEventListenersTest and VideoPainterTest all use a local StubLocalFrameClient class for testing. 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. R=fs@opera.com Change-Id: I47c7088486456e22ca776419a836f4e5d18be39c Reviewed-on: https://chromium-review.googlesource.com/574605Reviewed-by:Fredrik Söderquist <fs@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#487122}
Showing
Please register or sign in to comment