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

Unified Diff: chrome/browser/media/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/jumplist_updater_win.h ('k') | chrome/browser/media/wv_test_license_server_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/test_license_server_config.h
diff --git a/chrome/browser/media/test_license_server_config.h b/chrome/browser/media/test_license_server_config.h
index b25da781cce54726d17457f6e26508f9823ed753..e39c0e299fabf12fb4663451f4dc213221d1a6fe 100644
--- a/chrome/browser/media/test_license_server_config.h
+++ b/chrome/browser/media/test_license_server_config.h
@@ -8,10 +8,10 @@
#include <string>
#include "base/basictypes.h"
-class CommandLine;
namespace base {
- class FilePath;
+class CommandLine;
+class FilePath;
}
// Class used to start a test license server.
@@ -27,7 +27,7 @@ class TestLicenseServerConfig {
// Returns true if it successfully sets the command line to run the license
// server with needed args and switches.
- virtual bool GetServerCommandLine(CommandLine* command_line) = 0;
+ virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
// Returns true if the server is supported on current platform.
virtual bool IsPlatformSupported() = 0;
« no previous file with comments | « chrome/browser/jumplist_updater_win.h ('k') | chrome/browser/media/wv_test_license_server_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698