Fix uninitialized member in SafeBrowsingDatabaseNew.
Switch to using delegating constructors (https://chromium-cpp.appspot.com/) to streamline initialization. This was probably not an issue in practice as |change_detected_| is only read in UpdateFinished() and is always set in UpdateStarted(). BUG=Uninitialized |change_detected_| member. Review URL: https://codereview.chromium.org/745673002 Cr-Commit-Position: refs/heads/master@{#305103}
Showing
Please register or sign in to comment