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

Unified Diff: chrome/test/chromedriver/capabilities.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/test/base/testing_profile.h ('k') | chrome/test/chromedriver/chrome/chrome_desktop_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/capabilities.h
diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h
index 1fea6336cda29e7295e09cad9ace0e07839e97a7..998c56aed19f08aa454700c9ea970ea90d1bbf32 100644
--- a/chrome/test/chromedriver/capabilities.h
+++ b/chrome/test/chromedriver/capabilities.h
@@ -18,10 +18,10 @@
#include "chrome/test/chromedriver/net/net_util.h"
namespace base {
+class CommandLine;
class DictionaryValue;
}
-class CommandLine;
class Status;
class Switches {
@@ -49,7 +49,7 @@ class Switches {
size_t GetSize() const;
- void AppendToCommandLine(CommandLine* command) const;
+ void AppendToCommandLine(base::CommandLine* command) const;
std::string ToString() const;
private:
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | chrome/test/chromedriver/chrome/chrome_desktop_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698