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

Unified Diff: Source/platform/mediastream/MediaStreamSource.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
« no previous file with comments | « Source/platform/mediastream/MediaStreamSource.h ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a238453b12673604eae26151c4524d65f36e5e95 100644
--- a/Source/core/platform/mediastream/MediaStreamSource.cpp
+++ b/Source/platform/mediastream/MediaStreamSource.cpp
@@ -29,8 +29,8 @@
*/
#include "config.h"
+#include "platform/mediastream/MediaStreamSource.h"
-#include "core/platform/mediastream/MediaStreamSource.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {
« no previous file with comments | « Source/platform/mediastream/MediaStreamSource.h ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698