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

Unified Diff: chromecast/browser/test/chromecast_browser_test.cc

Issue 734423002: Prefix CommandLine usage with base namespace (Part 6: chromecast/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chromecast/browser/test/chromecast_browser_test.cc
diff --git a/chromecast/browser/test/chromecast_browser_test.cc b/chromecast/browser/test/chromecast_browser_test.cc
index 2895a98f27b557fa3ccef446f4134b6fc7bc0073..bd5dee6e486c01ad78067f3b9af9fc9b3d82833a 100644
--- a/chromecast/browser/test/chromecast_browser_test.cc
+++ b/chromecast/browser/test/chromecast_browser_test.cc
@@ -29,7 +29,7 @@ ChromecastBrowserTest::~ChromecastBrowserTest() {
}
void ChromecastBrowserTest::SetUp() {
- SetUpCommandLine(CommandLine::ForCurrentProcess());
+ SetUpCommandLine(base::CommandLine::ForCurrentProcess());
setup_called_ = true;
BrowserTestBase::SetUp();
}

Powered by Google App Engine
This is Rietveld 408576698