diff options
Diffstat (limited to 'base/atomicops_internals_x86_gcc.h')
-rw-r--r-- | base/atomicops_internals_x86_gcc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/atomicops_internals_x86_gcc.h b/base/atomicops_internals_x86_gcc.h index 69eacdb..f0d2242 100644 --- a/base/atomicops_internals_x86_gcc.h +++ b/base/atomicops_internals_x86_gcc.h @@ -220,8 +220,8 @@ inline Atomic64 Release_CompareAndSwap(volatile Atomic64* ptr, #endif // defined(__x86_64__) -} // namespace base::subtle -} // namespace base +} // namespace subtle +} // namespace base #undef ATOMICOPS_COMPILER_BARRIER |