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

Unified Diff: webrtc/rtc_base/socketaddress.h

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format 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/socketadapters.cc ('k') | webrtc/rtc_base/socketaddress.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/socketaddress.h
diff --git a/webrtc/rtc_base/socketaddress.h b/webrtc/rtc_base/socketaddress.h
index dd64ae9a8879bca104cebb6d190a99a2fd8bdc88..617e35534f6e746e20d56e47c67865bf3a00194e 100644
--- a/webrtc/rtc_base/socketaddress.h
+++ b/webrtc/rtc_base/socketaddress.h
@@ -11,11 +11,11 @@
#ifndef WEBRTC_RTC_BASE_SOCKETADDRESS_H_
#define WEBRTC_RTC_BASE_SOCKETADDRESS_H_
+#include <iosfwd>
#include <string>
#include <vector>
-#include <iosfwd>
-#include "webrtc/base/basictypes.h"
-#include "webrtc/base/ipaddress.h"
+#include "webrtc/rtc_base/basictypes.h"
+#include "webrtc/rtc_base/ipaddress.h"
#undef SetPort
« no previous file with comments | « webrtc/rtc_base/socketadapters.cc ('k') | webrtc/rtc_base/socketaddress.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698