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

Unified Diff: Source/web/UserMediaClientImpl.h

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/web/AssertMatchingEnums.cpp ('k') | Source/web/WebUserMediaRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/UserMediaClientImpl.h
diff --git a/Source/web/UserMediaClientImpl.h b/Source/web/UserMediaClientImpl.h
index 5f268ccec55d02978025ffcda2fef3c11e821efd..7f076fec7653845e7a4ceb772428ab4274ba1026 100644
--- a/Source/web/UserMediaClientImpl.h
+++ b/Source/web/UserMediaClientImpl.h
@@ -31,8 +31,8 @@
#ifndef UserMediaClientImpl_h
#define UserMediaClientImpl_h
-#include "core/platform/mediastream/MediaStreamSource.h"
#include "modules/mediastream/UserMediaClient.h"
+#include "platform/mediastream/MediaStreamSource.h"
#include "wtf/PassRefPtr.h"
namespace WebCore {
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/WebUserMediaRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698