Description[api] Disable copy constructors using = delete.
According to our style guide on Copyable and Movable Types,
copy/move operators should be disabled using = delete in the public: section,
not in the private: section.
BUG=
Committed: https://crrev.com/6effe72f4629558f07540382e9368ac5db6e051c
Cr-Commit-Position: refs/heads/master@{#38879}
Patch Set 1 #Patch Set 2 : Fix depends on problem #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 18 (13 generated)
|