Renaming unit_test class MockHTMLResourcePreloader to not collide.
CSSPreloadScannerTest and HTMLPreloadScannerTest both use a local MockHTMLResourcePreloader 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: I29cd360e919c6b708a6021b6930b3347e5ae8194 Reviewed-on: https://chromium-review.googlesource.com/574707 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#487242}
Showing
Please register or sign in to comment