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

Unified Diff: webkit/media/webmediasourceclient_impl.cc

Issue 15937016: Update refernces to Blink's Platform API (webkit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « webkit/media/webmediaplayer_ms.cc ('k') | webkit/mocks/mock_webhyphenator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediasourceclient_impl.cc
diff --git a/webkit/media/webmediasourceclient_impl.cc b/webkit/media/webmediasourceclient_impl.cc
index 3eb36f46587f0ab520b78e8dfbacd6b09115cea0..d53ddb19cd6dcd149f427ea09ab48cfd6522fc9c 100644
--- a/webkit/media/webmediasourceclient_impl.cc
+++ b/webkit/media/webmediasourceclient_impl.cc
@@ -6,8 +6,8 @@
#include "base/guid.h"
#include "media/filters/chunk_demuxer.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
+#include "third_party/WebKit/public/platform/WebCString.h"
+#include "third_party/WebKit/public/platform/WebString.h"
#include "webkit/media/websourcebuffer_impl.h"
using ::WebKit::WebString;
« no previous file with comments | « webkit/media/webmediaplayer_ms.cc ('k') | webkit/mocks/mock_webhyphenator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698