Renaming unit_test class MockLocalFrameClient to not collide.
Both FrameFetchContextTest and MixedContentCheckerTest deckare a class named MockLocalFrameClient. That is normally no big deal but in jumbo builds they can be compiled in the same translation unit and then the functions will collide. This patch adds a prefix to the class names to make them more unique. R=fs@opera.com Change-Id: I215f7edafa2fa0b229dc5847a1e158df825e8c27 Reviewed-on: https://chromium-review.googlesource.com/574708Reviewed-by:Fredrik Söderquist <fs@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#487140}
Showing
Please register or sign in to comment