| Index: chrome/test/mini_installer_test/installer_test_util.h
|
| diff --git a/chrome/test/mini_installer_test/installer_test_util.h b/chrome/test/mini_installer_test/installer_test_util.h
|
| index bda261731a27fc338cffb595e243ff5042de87ce..c55106b86171796327273080eee2d58bf25e88db 100644
|
| --- a/chrome/test/mini_installer_test/installer_test_util.h
|
| +++ b/chrome/test/mini_installer_test/installer_test_util.h
|
| @@ -79,7 +79,7 @@ bool ValidateInstall(
|
|
|
| // Run and wait for command to finish.
|
| // Returns true if successful, otherwise false.
|
| -bool RunAndWaitForCommandToFinish(CommandLine command);
|
| +bool RunAndWaitForCommandToFinish(base::CommandLine command);
|
|
|
| } // namespace
|
|
|
|
|