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

Unified Diff: Source/platform/mediastream/MediaStreamSource.cpp

Issue 64593002: Move MediaStreamSource to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/mediastream/MediaStreamSource.cpp
diff --git a/Source/core/platform/mediastream/MediaStreamSource.cpp b/Source/platform/mediastream/MediaStreamSource.cpp
similarity index 98%
rename from Source/core/platform/mediastream/MediaStreamSource.cpp
rename to Source/platform/mediastream/MediaStreamSource.cpp
index ea2e03400fed9309cb25fd00d49b0ff847af6d65..477874e0067ec8dad3be36daf3dc9d523b09d98f 100644
--- a/Source/core/platform/mediastream/MediaStreamSource.cpp
+++ b/Source/platform/mediastream/MediaStreamSource.cpp
@@ -30,7 +30,8 @@
#include "config.h"
abarth-chromium 2013/11/07 18:23:23 No need for this blank line
-#include "core/platform/mediastream/MediaStreamSource.h"
+#include "platform/mediastream/MediaStreamSource.h"
+
#include "wtf/PassOwnPtr.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698