| Index: sandbox/linux/system_headers/mips_linux_ucontext.h
 | 
| diff --git a/sandbox/linux/system_headers/android_mips_ucontext.h b/sandbox/linux/system_headers/mips_linux_ucontext.h
 | 
| similarity index 86%
 | 
| rename from sandbox/linux/system_headers/android_mips_ucontext.h
 | 
| rename to sandbox/linux/system_headers/mips_linux_ucontext.h
 | 
| index ec3aa63a3602a61ed00d741bdea63cd7925630ec..27b3763522517a1ee013435452ec8d6948b6b0d6 100644
 | 
| --- a/sandbox/linux/system_headers/android_mips_ucontext.h
 | 
| +++ b/sandbox/linux/system_headers/mips_linux_ucontext.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_MIPS_UCONTEXT_H_
 | 
| -#define SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_MIPS_UCONTEXT_H_
 | 
| +#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_UCONTEXT_H_
 | 
| +#define SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_UCONTEXT_H_
 | 
|  
 | 
|  // This is mostly copied from breakpad (common/android/include/sys/ucontext.h),
 | 
|  // except we do use sigset_t for uc_sigmask instead of a custom type.
 | 
| @@ -48,4 +48,4 @@ typedef struct ucontext {
 | 
|  #include <sys/ucontext.h>
 | 
|  #endif  // __BIONIC_HAVE_UCONTEXT_T
 | 
|  
 | 
| -#endif  // SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_MIPS_UCONTEXT_H_
 | 
| +#endif  // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_UCONTEXT_H_
 | 
| 
 |