Index: content/shell/shell_browser_main.h |
diff --git a/content/shell/shell_browser_main.h b/content/shell/shell_browser_main.h |
index c44071c819a252a7c5f6d3d0d60bfd2c963e255c..1499d9ac77d849d6dbf6dfcb15c77f2065048c1e 100644 |
--- a/content/shell/shell_browser_main.h |
+++ b/content/shell/shell_browser_main.h |
@@ -13,6 +13,6 @@ struct MainFunctionParams; |
} |
int ShellBrowserMain(const content::MainFunctionParams& parameters, |
- scoped_ptr<content::BrowserMainRunner>& main_runner); |
+ const scoped_ptr<content::BrowserMainRunner>& main_runner); |
jochen (gone - plz use gerrit)
2013/06/19 17:58:47
nit. if you indent the second parameter like this,
Peter Beverloo
2013/06/19 19:48:32
Done.
|
#endif // CONTENT_SHELL_SHELL_BROWSER_MAIN_H_ |