DescriptionFix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS()
DISALLOW_IMPLICIT_CONSTRUCTORS() should be used when we don't want any
implicit functions; but in the cases this CL touches, we just want the
default constructor to be private, not disallowed.
BUG=375000
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271592
Patch Set 1 #Patch Set 2 : Sort declarations according to Google style guide #
Messages
Total messages: 5 (0 generated)
|