Give two cert testing classes unique names
A second WrappedTestingCertVerifier and g_cert_verifier_for_testing just arrived and in some extreme (non standard) jumbo build configurations those ended up in the same translation unit. Since translation units only have one common anonymous namespace, there was a symbol clash. This patch renames the global variables to g_cert_verifier_for_io_thread_testing and g_cert_verifier_for_profile_io_data_testing and renames the classes to WrappedCertVerifierForIoThreadTesting and WrappedCertVerifierForProfileIoDataTesting. Change-Id: I41549bc81943864f64ce304220e20ab00d91c889 Reviewed-on: https://chromium-review.googlesource.com/992494Reviewed-by:Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#548029}
Showing
Please register or sign in to comment