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

Unified Diff: Source/web/InbandTextTrackPrivateImpl.h

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media Created 7 years, 2 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
Index: Source/web/InbandTextTrackPrivateImpl.h
diff --git a/Source/web/InbandTextTrackPrivateImpl.h b/Source/web/InbandTextTrackPrivateImpl.h
index eb3cd7255630f914dc2d5eec8f3e24238b9e28fc..918354f243777a06fb117b1cf279c64b11853fd9 100644
--- a/Source/web/InbandTextTrackPrivateImpl.h
+++ b/Source/web/InbandTextTrackPrivateImpl.h
@@ -31,8 +31,8 @@
#ifndef InbandTextTrackPrivateImpl_h
#define InbandTextTrackPrivateImpl_h
-#include "core/platform/graphics/InbandTextTrackPrivate.h"
#include "WebInbandTextTrackClient.h"
+#include "platform/graphics/media/InbandTextTrackPrivate.h"
namespace WebCore {
class InbandTextTrackPrivateClient;

Powered by Google App Engine
This is Rietveld 408576698