Chromium Code Reviews| Index: content/shell/shell_content_main.cc |
| =================================================================== |
| --- content/shell/shell_content_main.cc (revision 147404) |
| +++ content/shell/shell_content_main.cc (working copy) |
| @@ -10,7 +10,7 @@ |
| #if defined(OS_MACOSX) |
| int ContentMain(int argc, |
| const char** argv) { |
| - ShellMainDelegate delegate; |
| + content::ShellMainDelegate delegate; |
| return content::ContentMain(argc, argv, &delegate); |
| } |
| #endif // OS_MACOSX |