Remove WebNonCopyable and replace any usage with explicit "= delete".
In the few use cases that were using WebNonCopyable I followed the Google C++ style guide, which explicitly states that to remove copy operations "explicitly disable them using = delete in the public: section". https://google.github.io/styleguide/cppguide.html#Copyable_Movable_Types Most places were just including the header file without actually using the type. This CL contains no logic changes. Bug: 788846 Change-Id: I991e4b9b548f67a41d79882723525a97f3625432 Reviewed-on: https://chromium-review.googlesource.com/792190Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#519522}
Showing
Please register or sign in to comment