commit | 534e495df0bdf2890b10c7ff65e59d96291e1981 | [log] [tgz] |
---|---|---|
author | leozwang@webrtc.org <leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Oct 22 21:21:52 2012 |
committer | leozwang@webrtc.org <leozwang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Oct 22 21:21:52 2012 |
tree | 8da2cbaa1c725be0910038a6a19b76190fec7925 | |
parent | 96993757dfe6532d63214ad3684d1902ec83d8c3 [diff] [blame] |
Qickly fixed android platform build breakage TBR=ajm Review URL: https://webrtc-codereview.appspot.com/920006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2966 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/test/unit_test.cc b/webrtc/modules/audio_processing/test/unit_test.cc index 221facd..d0520a0 100644 --- a/webrtc/modules/audio_processing/test/unit_test.cc +++ b/webrtc/modules/audio_processing/test/unit_test.cc
@@ -23,7 +23,7 @@ #include "thread_wrapper.h" #include "trace.h" #ifdef WEBRTC_ANDROID_PLATFORM_BUILD -#include "external/webrtc/src/modules/audio_processing/test/unittest.pb.h" +#include "external/webrtc/webrtc/modules/audio_processing/test/unittest.pb.h" #else #include "webrtc/audio_processing/unittest.pb.h" #endif