Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: extensions/common/user_script.h

Issue 976173002: Fix tests failures caused by issue 906493004. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/user_script_loader.cc ('k') | extensions/common/user_script.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « extensions/browser/user_script_loader.cc ('k') | extensions/common/user_script.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698