Commit be4ce8de authored by cwgreene's avatar cwgreene Committed by Commit bot

Change virtual to override in devtools generator code.

Changes Client destructor to be override instead of virtual to conform with chromium-style.

BUG=417463

Review URL: https://codereview.chromium.org/1108613002

Cr-Commit-Position: refs/heads/master@{#326842}
parent 8be28877
......@@ -207,7 +207,7 @@ namespace ${domain} {
class Client : public DevToolsProtocolClient {
public:
explicit Client(const RawMessageCallback& raw_message_callback);
virtual ~Client();
~Client() override;
${methods}\
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment