diff options
author | danakj <danakj@chromium.org> | 2015-03-06 17:51:42 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-07 01:52:44 +0000 |
commit | c3762b9e20b93c8f94f44224b5023789173965e2 (patch) | |
tree | 9c51e37a2e46f38cfd1000c8519273794b4cf2b4 /base/atomicops_internals_x86_gcc.h | |
parent | c7f5ee53e3b82696a75bfbde7474af9a696aa9c3 (diff) | |
download | chromium_src-c3762b9e20b93c8f94f44224b5023789173965e2.zip chromium_src-c3762b9e20b93c8f94f44224b5023789173965e2.tar.gz chromium_src-c3762b9e20b93c8f94f44224b5023789173965e2.tar.bz2 |
base: Add/Fix namespace closing comments.
A namespace foo should end with a comment "// namespace foo", this
corrects errors in base/.
BUG=464816
Review URL: https://codereview.chromium.org/981803003
Cr-Commit-Position: refs/heads/master@{#319543}
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 |