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

Unified Diff: chrome/browser/media/test_license_server.cc

Issue 816403003: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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: chrome/browser/media/test_license_server.cc
diff --git a/chrome/browser/media/test_license_server.cc b/chrome/browser/media/test_license_server.cc
index 8efc779ec8a91f811d89a84410f6ee9eec758fff..e4c3fb6019f0482bfeb367d43e95fe8b1a1ef835 100644
--- a/chrome/browser/media/test_license_server.cc
+++ b/chrome/browser/media/test_license_server.cc
@@ -29,7 +29,7 @@ bool TestLicenseServer::Start() {
return false;
}
- CommandLine command_line(CommandLine::NO_PROGRAM);
+ base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
if (!server_config_->GetServerCommandLine(&command_line)) {
DVLOG(0) << "Could not get server command line to launch.";
return false;
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('k') | chrome/browser/media/wv_test_license_server_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698