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

Unified Diff: webrtc/examples/peerconnection/server/main.cc

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 6 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 | « webrtc/examples/BUILD.gn ('k') | webrtc/modules/audio_processing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/peerconnection/server/main.cc
diff --git a/webrtc/examples/peerconnection/server/main.cc b/webrtc/examples/peerconnection/server/main.cc
index 44f42a659534f31644bd756753108bd52fa26949..bd52e673b69735b0551f1758e5c6e9458df8b04f 100644
--- a/webrtc/examples/peerconnection/server/main.cc
+++ b/webrtc/examples/peerconnection/server/main.cc
@@ -17,7 +17,7 @@
#include "webrtc/examples/peerconnection/server/data_socket.h"
#include "webrtc/examples/peerconnection/server/peer_channel.h"
#include "webrtc/examples/peerconnection/server/utils.h"
-#include "webrtc/tools/simple_command_line_parser.h"
+#include "webrtc/rtc_tools/simple_command_line_parser.h"
static const size_t kMaxConnections = (FD_SETSIZE - 2);
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/modules/audio_processing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698