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

Unified Diff: talk/session/media/channel.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location for peerconnection_unittests.isolate Created 4 years, 11 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
Index: talk/session/media/channel.h
diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
index d8fde670a0ec5b714023da1f440faa34254f33c4..32b004a28f6c9df19b4d0e163bd3ff3a81162a73 100644
--- a/talk/session/media/channel.h
+++ b/talk/session/media/channel.h
@@ -28,11 +28,11 @@
#ifndef TALK_SESSION_MEDIA_CHANNEL_H_
#define TALK_SESSION_MEDIA_CHANNEL_H_
-#include <string>
-#include <vector>
#include <map>
#include <set>
+#include <string>
#include <utility>
+#include <vector>
#include "talk/media/base/mediachannel.h"
#include "talk/media/base/mediaengine.h"

Powered by Google App Engine
This is Rietveld 408576698