Chromium Code Reviews| Index: content/app/content_main.cc |
| =================================================================== |
| --- content/app/content_main.cc (revision 100566) |
| +++ content/app/content_main.cc (working copy) |
| @@ -323,7 +323,7 @@ |
| _Module.Init(NULL, static_cast<HINSTANCE>(instance)); |
| #else |
| int ContentMain(int argc, |
| - char** argv, |
| + const char** argv, |
| ContentMainDelegate* delegate) { |
| // NOTE(willchan): One might ask why this call is done here rather than in |
| // process_util_linux.cc with the definition of |