summaryrefslogtreecommitdiffstats
path: root/content/common/set_process_title.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/set_process_title.h')
-rw-r--r--content/common/set_process_title.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/set_process_title.h b/content/common/set_process_title.h
index 8c689c6..3ef935d 100644
--- a/content/common/set_process_title.h
+++ b/content/common/set_process_title.h
@@ -19,6 +19,6 @@
// makes the process name that shows up in "ps" etc. for the child processes
// show as "exe" instead of "chrome" or something reasonable. This function
// will try to fix it so the "effective" command line shows up instead.
-void SetProcessTitleFromCommandLine(char** main_argv);
+void SetProcessTitleFromCommandLine(const char** main_argv);
#endif // CONTENT_COMMON_SET_PROCESS_TITLE_H_