Chromium Code Reviews| Index: content/shell/shell_main_delegate.cc |
| =================================================================== |
| --- content/shell/shell_main_delegate.cc (revision 107906) |
| +++ content/shell/shell_main_delegate.cc (working copy) |
| @@ -35,7 +35,7 @@ |
| int ShellMainDelegate::RunProcess( |
| const std::string& process_type, |
| - const MainFunctionParams& main_function_params) { |
| + const content::MainFunctionParams& main_function_params) { |
| NOTREACHED(); |
| return -1; |
| } |