| Index: extensions/common/user_script.h
|
| diff --git a/extensions/common/user_script.h b/extensions/common/user_script.h
|
| index e0de3f7e2af93a0c2fe2958d17e1cd915a2179ae..48e31cd942528017b8510169d927527c9ea4d7cd 100644
|
| --- a/extensions/common/user_script.h
|
| +++ b/extensions/common/user_script.h
|
| @@ -129,8 +129,8 @@ class UserScript {
|
| // Render's routing info of a <webview> that the user script will be injected
|
| // on. Only user scripts from <webview>s have a custom routing info.
|
| struct RoutingInfo {
|
| - RoutingInfo() : render_process_id(-1), render_view_id(-1) {};
|
| - ~RoutingInfo() {};
|
| + RoutingInfo() : render_process_id(-1), render_view_id(-1) {}
|
| + ~RoutingInfo() {}
|
|
|
| int render_process_id;
|
| int render_view_id;
|
|
|