Chromium Code Reviews| Index: webrtc/system_wrappers/source/aligned_malloc.cc |
| diff --git a/webrtc/system_wrappers/source/aligned_malloc.cc b/webrtc/system_wrappers/source/aligned_malloc.cc |
| index 258b6be92c0253db3b4bbc0d9466b8c04e1d5f5e..a654e97e75f9f260aa0f8e0411acda08926a42c9 100644 |
| --- a/webrtc/system_wrappers/source/aligned_malloc.cc |
| +++ b/webrtc/system_wrappers/source/aligned_malloc.cc |
| @@ -8,7 +8,7 @@ |
| * be found in the AUTHORS file in the root of the source tree. |
| */ |
| -#include "webrtc/system_wrappers/interface/aligned_malloc.h" |
| +#include "webrtc/system_wrappers/include/aligned_malloc.h" |
| #include <memory.h> |
| #include <stdlib.h> |