| Index: base/atomicops.h
 | 
| ===================================================================
 | 
| --- base/atomicops.h	(revision 14956)
 | 
| +++ base/atomicops.h	(working copy)
 | 
| @@ -130,6 +130,8 @@
 | 
|  #include "base/atomicops_internals_x86_macosx.h"
 | 
|  #elif defined(COMPILER_GCC) && defined(ARCH_CPU_X86_FAMILY)
 | 
|  #include "base/atomicops_internals_x86_gcc.h"
 | 
| +#elif defined(COMPILER_GCC) && defined(ARCH_CPU_ARM_FAMILY)
 | 
| +#include "base/atomicops_internals_arm_gcc.h"
 | 
|  #else
 | 
|  #error "Atomic operations are not supported on your platform"
 | 
|  #endif
 | 
| 
 |