| Index: webrtc/system_wrappers/include/aligned_array.h
|
| diff --git a/webrtc/system_wrappers/interface/aligned_array.h b/webrtc/system_wrappers/include/aligned_array.h
|
| similarity index 97%
|
| rename from webrtc/system_wrappers/interface/aligned_array.h
|
| rename to webrtc/system_wrappers/include/aligned_array.h
|
| index 6d6c81b15c6dc40b8d74dc19ed6cf9eaaa35af8b..a3a5911e36409ad84b8bf7fedcb5e1c1b07576be 100644
|
| --- a/webrtc/system_wrappers/interface/aligned_array.h
|
| +++ b/webrtc/system_wrappers/include/aligned_array.h
|
| @@ -12,7 +12,7 @@
|
| #define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_ALIGNED_ARRAY_
|
|
|
| #include "webrtc/base/checks.h"
|
| -#include "webrtc/system_wrappers/interface/aligned_malloc.h"
|
| +#include "webrtc/system_wrappers/include/aligned_malloc.h"
|
|
|
| namespace webrtc {
|
|
|
|
|