Index: chrome/browser/shell_integration.cc |
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc |
index 4b6b2a5dd252254ab2aedcecbfb522f7c07fbcda..9227c56ad7614621f392727ac922a300621ca47f 100644 |
--- a/chrome/browser/shell_integration.cc |
+++ b/chrome/browser/shell_integration.cc |
@@ -21,7 +21,8 @@ ShellIntegration::ShortcutInfo::ShortcutInfo() |
ShellIntegration::ShortcutInfo::~ShortcutInfo() {} |
-std::string ShellIntegration::GetCommandLineArgumentsCommon(const GURL& url, |
+std::string ShellIntegration::GetCommandLineArgumentsCommon( |
+ const GURL& url, |
const string16& extension_app_id) { |
const CommandLine cmd = *CommandLine::ForCurrentProcess(); |
std::wstring arguments_w; |