Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5112)

Unified Diff: chrome/test/mini_installer_test/installer_test_util.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | chrome/test/mini_installer_test/switch_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | chrome/test/mini_installer_test/switch_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698