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

Unified Diff: Source/core/platform/mediastream/MediaStreamComponent.cpp

Issue 64593002: Move MediaStreamSource to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: also move WebMediaConstraints.cpp Created 7 years, 1 month 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: Source/core/platform/mediastream/MediaStreamComponent.cpp
diff --git a/Source/core/platform/mediastream/MediaStreamComponent.cpp b/Source/core/platform/mediastream/MediaStreamComponent.cpp
index 29f6470d606274e227706af285fa4e02bbd405ba..4c7e4efabaf219e4f8c46bd486c0aec34b33eee0 100644
--- a/Source/core/platform/mediastream/MediaStreamComponent.cpp
+++ b/Source/core/platform/mediastream/MediaStreamComponent.cpp
@@ -34,8 +34,8 @@
#include "core/platform/mediastream/MediaStreamComponent.h"
#include "platform/audio/AudioBus.h"
-#include "core/platform/mediastream/MediaStreamSource.h"
#include "platform/UUID.h"
+#include "platform/mediastream/MediaStreamSource.h"
#include "public/platform/WebAudioSourceProvider.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698