Delete UrlValidityCheckerFactory and move singleton to InstantService
Classes with only static functions are not allowed as per the style guide (https://google.github.io/styleguide/cppguide.html#Nonmember,_Static_Member,_and_Global_Functions). Instead, InstantService will own the single UrlValidityChecker instance. Bug: 874194 Change-Id: Ia4fa35abfdfde3e0d64b268c11c9b7a82fedc126 Reviewed-on: https://chromium-review.googlesource.com/c/1283947 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#600508}
Showing
Please register or sign in to comment