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

Unified Diff: Source/platform/graphics/media/MediaPlayer.cpp

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adapt patch to already moved ContentDecryption files 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/graphics/media/MediaPlayer.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/graphics/media/MediaPlayer.cpp
diff --git a/Source/core/platform/graphics/MediaPlayer.cpp b/Source/platform/graphics/media/MediaPlayer.cpp
similarity index 97%
rename from Source/core/platform/graphics/MediaPlayer.cpp
rename to Source/platform/graphics/media/MediaPlayer.cpp
index 5d5a3795df3b654eba966e03ad5dedbb21eadd8c..e86d08a8b9a87a7f3179b6c00628d4a95389f5b1 100644
--- a/Source/core/platform/graphics/MediaPlayer.cpp
+++ b/Source/platform/graphics/media/MediaPlayer.cpp
@@ -24,8 +24,8 @@
*/
#include "config.h"
+#include "platform/graphics/media/MediaPlayer.h"
-#include "core/platform/graphics/MediaPlayer.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {
« no previous file with comments | « Source/platform/graphics/media/MediaPlayer.h ('k') | Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698