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

Unified Diff: chrome/browser/media/wv_test_license_server_config.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/browser/media/test_license_server_config.h ('k') | chrome/browser/metrics/thread_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/wv_test_license_server_config.h
diff --git a/chrome/browser/media/wv_test_license_server_config.h b/chrome/browser/media/wv_test_license_server_config.h
index ecd7874eebfa353f62a9817276cb9b53c931fed7..4acfd692c8a2a382baad69899e3ee625af275d9f 100644
--- a/chrome/browser/media/wv_test_license_server_config.h
+++ b/chrome/browser/media/wv_test_license_server_config.h
@@ -15,7 +15,7 @@ class WVTestLicenseServerConfig : public TestLicenseServerConfig {
virtual std::string GetServerURL() OVERRIDE;
- virtual bool GetServerCommandLine(CommandLine* command_line) OVERRIDE;
+ virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE;
virtual bool IsPlatformSupported() OVERRIDE;
« no previous file with comments | « chrome/browser/media/test_license_server_config.h ('k') | chrome/browser/metrics/thread_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698