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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 months 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/core/platform/graphics/MediaPlayer.h ('k') | Source/core/platform/graphics/ShadowBlur.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/MediaPlayer.cpp
diff --git a/Source/core/platform/graphics/MediaPlayer.cpp b/Source/core/platform/graphics/MediaPlayer.cpp
index 42588178f03e1757d046efe1ebb123bb35afb9a8..9cfa7680523613d94996f91d20dcff7d6b6d38bc 100644
--- a/Source/core/platform/graphics/MediaPlayer.cpp
+++ b/Source/core/platform/graphics/MediaPlayer.cpp
@@ -27,15 +27,15 @@
#include "core/platform/graphics/MediaPlayer.h"
-#include "ContentType.h"
#include "Document.h"
#include "Frame.h"
#include "FrameView.h"
-#include "Logging.h"
-#include "MIMETypeRegistry.h"
#include "MediaSource.h"
#include "Settings.h"
#include "TimeRanges.h"
+#include "core/platform/ContentType.h"
+#include "core/platform/Logging.h"
+#include "core/platform/MIMETypeRegistry.h"
#include "core/platform/graphics/IntRect.h"
#include "core/platform/graphics/MediaPlayerPrivate.h"
#include <wtf/text/CString.h>
« no previous file with comments | « Source/core/platform/graphics/MediaPlayer.h ('k') | Source/core/platform/graphics/ShadowBlur.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698