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

Unified Diff: chrome/browser/media/wv_test_license_server_config.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/wv_test_license_server_config.cc
diff --git a/chrome/browser/media/wv_test_license_server_config.cc b/chrome/browser/media/wv_test_license_server_config.cc
index c789c4742c706ef02533336237f537b60701fbd9..e9db6111f32dd4423485096e33c2f63498cb3178 100644
--- a/chrome/browser/media/wv_test_license_server_config.cc
+++ b/chrome/browser/media/wv_test_license_server_config.cc
@@ -37,7 +37,7 @@ WVTestLicenseServerConfig::~WVTestLicenseServerConfig() {
}
bool WVTestLicenseServerConfig::GetServerCommandLine(
- CommandLine* command_line) {
+ base::CommandLine* command_line) {
if (!GetPythonCommand(command_line)) {
LOG(ERROR) << "Could not get Python runtime command.";
return false;
« no previous file with comments | « chrome/browser/media/test_license_server.cc ('k') | chrome/browser/media_galleries/media_file_system_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698