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

Unified Diff: chrome/test/ui/ui_test.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/ppapi/ppapi_test.cc ('k') | cloud_print/service/win/chrome_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index b3641164dcac9d85d9ed5541a6a835c4ae89e6bb..12c442f1489add0a665ac2a880e81c8bde3b832a 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -71,7 +71,7 @@ class UITestBase {
// Launches the browser with the given command line.
// TODO(phajdan.jr): Make LaunchBrowser private.
- void LaunchBrowser(const CommandLine& cmdline, bool clear_profile);
+ void LaunchBrowser(const base::CommandLine& cmdline, bool clear_profile);
// Exits out browser instance.
void QuitBrowser();
@@ -279,7 +279,7 @@ class UITestBase {
base::FilePath test_data_directory_;
// Command to launch the browser
- CommandLine launch_arguments_;
+ base::CommandLine launch_arguments_;
// The number of errors expected during the run (generally 0).
size_t expected_errors_;
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | cloud_print/service/win/chrome_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698