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

Unified Diff: webkit/media/audio_decoder.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/android/webmediaplayer_android.cc ('k') | webkit/media/buffered_data_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/audio_decoder.cc
diff --git a/webkit/media/audio_decoder.cc b/webkit/media/audio_decoder.cc
index 198522250255f6816e81fdf79ca22bf0b0b96091..617e2918fe77b829163a6feb8c2aa192fbe4fb33 100644
--- a/webkit/media/audio_decoder.cc
+++ b/webkit/media/audio_decoder.cc
@@ -12,7 +12,7 @@
#include "media/base/limits.h"
#include "media/filters/audio_file_reader.h"
#include "media/filters/in_memory_url_protocol.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebAudioBus.h"
+#include "third_party/WebKit/public/platform/WebAudioBus.h"
using media::AudioBus;
using media::AudioFileReader;
« no previous file with comments | « webkit/media/android/webmediaplayer_android.cc ('k') | webkit/media/buffered_data_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698