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

Unified Diff: sync/test/local_sync_test_server.cc

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 | « sync/test/local_sync_test_server.h ('k') | third_party/libjingle/overrides/init_webrtc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/local_sync_test_server.cc
diff --git a/sync/test/local_sync_test_server.cc b/sync/test/local_sync_test_server.cc
index ede4b7799fa0bb95add1cdf629585f4f52f77703..e8a10966724847edf6f9a0ba82c8c6fbc833858d 100644
--- a/sync/test/local_sync_test_server.cc
+++ b/sync/test/local_sync_test_server.cc
@@ -32,7 +32,7 @@ LocalSyncTestServer::LocalSyncTestServer(uint16 port, uint16 xmpp_port)
LocalSyncTestServer::~LocalSyncTestServer() {}
bool LocalSyncTestServer::AddCommandLineArguments(
- CommandLine* command_line) const {
+ base::CommandLine* command_line) const {
if (!LocalTestServer::AddCommandLineArguments(command_line))
return false;
if (xmpp_port_ != 0) {
« no previous file with comments | « sync/test/local_sync_test_server.h ('k') | third_party/libjingle/overrides/init_webrtc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698