Commit 4d5e1436 authored by qsr's avatar qsr Committed by Commit bot

mojo: Add missing override in C++ generated files.

R=darin@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#295247}
parent 713ee20a
......@@ -184,7 +184,7 @@ class {{class_name}}_{{method.name}}_ProxyToResponder
responder_(responder) {
}
virtual void Run({{interface_macros.declare_params("in_", method.response_parameters)}}) const;
virtual void Run({{interface_macros.declare_params("in_", method.response_parameters)}}) const MOJO_OVERRIDE;
private:
uint64_t request_id_;
......
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