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

Unified Diff: content/browser/speech/audio_encoder.cc

Issue 11791006: Roll speex, flac, libvpx DEPS to get shim header changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « DEPS ('k') | media/webm/chromeos/webm_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/audio_encoder.cc
diff --git a/content/browser/speech/audio_encoder.cc b/content/browser/speech/audio_encoder.cc
index 8eade5ad247f68df1e78172086a434336e477486..73bbd419be2e57ffd7e8eadd21c598a841b594da 100644
--- a/content/browser/speech/audio_encoder.cc
+++ b/content/browser/speech/audio_encoder.cc
@@ -10,8 +10,8 @@
#include "base/stl_util.h"
#include "base/string_number_conversions.h"
#include "content/browser/speech/audio_buffer.h"
-#include "third_party/flac/flac.h"
-#include "third_party/speex/speex.h"
+#include "third_party/flac/include/FLAC/stream_encoder.h"
+#include "third_party/speex/include/speex/speex.h"
namespace content {
namespace {
« no previous file with comments | « DEPS ('k') | media/webm/chromeos/webm_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698