Chromium Code Reviews| Index: content/app/content_main.h |
| =================================================================== |
| --- content/app/content_main.h (revision 100566) |
| +++ content/app/content_main.h (working copy) |
| @@ -33,7 +33,7 @@ |
| ContentMainDelegate* delegate); |
| #else |
| int ContentMain(int argc, |
| - char** argv, |
| + const char** argv, |
| ContentMainDelegate* delegate); |
| #endif |