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

Unified Diff: third_party/libjingle/overrides/init_webrtc.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 | « sync/test/local_sync_test_server.cc ('k') | tools/android/common/daemon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/overrides/init_webrtc.h
diff --git a/third_party/libjingle/overrides/init_webrtc.h b/third_party/libjingle/overrides/init_webrtc.h
index acafe50e508ce06ff4238866424ed65c6d4ed201..fd78e76c0e3e27d3cbcd3d531ca32d841430ac9a 100644
--- a/third_party/libjingle/overrides/init_webrtc.h
+++ b/third_party/libjingle/overrides/init_webrtc.h
@@ -9,7 +9,9 @@
#include "base/logging.h"
#include "third_party/webrtc/system_wrappers/interface/event_tracer.h"
+namespace base {
class CommandLine;
+}
namespace cricket {
class MediaEngineInterface;
@@ -39,7 +41,7 @@ typedef void (*InitDiagnosticLoggingDelegateFunctionFunction)(
// The reason we get pointers to these functions this way is to avoid having
// to go through GetProcAddress et al and rely on specific name mangling.
typedef bool (*InitializeModuleFunction)(
- const CommandLine& command_line,
+ const base::CommandLine& command_line,
#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
AllocateFunction alloc,
DellocateFunction dealloc,
« no previous file with comments | « sync/test/local_sync_test_server.cc ('k') | tools/android/common/daemon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698