DescriptionFix TopSitesObserver implementation
Add a virtual destructor since all class with a virtual method should
have a virtual destructor.
Disable copy constructor and assignment operator using the macro
DISALLOW_COPY_AND_ASSIGN since you don't want to do slicing when
using a class with virtual methods.
BUG=None
Committed: https://crrev.com/44640d47d57bb9a219fc0a469d9e443225d30445
Cr-Commit-Position: refs/heads/master@{#311473}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|