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

Unified Diff: webrtc/rtc_base/httpserver.cc

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes 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/rtc_base/httpserver.h ('k') | webrtc/rtc_base/httpserver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/httpserver.cc
diff --git a/webrtc/rtc_base/httpserver.cc b/webrtc/rtc_base/httpserver.cc
index b19069123bf07d58c270ffb1f8ef5d118f14df52..9d7aafd52f4face645157623dd2cc9ec46ac6073 100644
--- a/webrtc/rtc_base/httpserver.cc
+++ b/webrtc/rtc_base/httpserver.cc
@@ -10,14 +10,14 @@
#include <algorithm>
-#include "webrtc/base/httpcommon-inl.h"
-
-#include "webrtc/base/asyncsocket.h"
-#include "webrtc/base/checks.h"
-#include "webrtc/base/httpserver.h"
-#include "webrtc/base/logging.h"
-#include "webrtc/base/socketstream.h"
-#include "webrtc/base/thread.h"
+#include "webrtc/rtc_base/httpcommon-inl.h"
+
+#include "webrtc/rtc_base/asyncsocket.h"
+#include "webrtc/rtc_base/checks.h"
+#include "webrtc/rtc_base/httpserver.h"
+#include "webrtc/rtc_base/logging.h"
+#include "webrtc/rtc_base/socketstream.h"
+#include "webrtc/rtc_base/thread.h"
namespace rtc {
« no previous file with comments | « webrtc/rtc_base/httpserver.h ('k') | webrtc/rtc_base/httpserver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698