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..7fe5908e59148ae474d8d850753527b9861f121d 100644 |
--- a/content/shell/shell_browser_main.h |
+++ b/content/shell/shell_browser_main.h |
@@ -12,7 +12,8 @@ class BrowserMainRunner; |
struct MainFunctionParams; |
} |
-int ShellBrowserMain(const content::MainFunctionParams& parameters, |
- scoped_ptr<content::BrowserMainRunner>& main_runner); |
+int ShellBrowserMain( |
+ const content::MainFunctionParams& parameters, |
+ const scoped_ptr<content::BrowserMainRunner>& main_runner); |
#endif // CONTENT_SHELL_SHELL_BROWSER_MAIN_H_ |