summaryrefslogtreecommitdiffstats
path: root/base/ref_counted.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/ref_counted.h')
-rw-r--r--base/ref_counted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ref_counted.h b/base/ref_counted.h
index 2c4cd34..890ac54 100644
--- a/base/ref_counted.h
+++ b/base/ref_counted.h
@@ -134,7 +134,7 @@ class RefCountedThreadSafe : public subtle::RefCountedThreadSafeBase {
DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>);
};
-} // namespace base
+} // namespace base
//
// A smart pointer class for reference counted objects. Use this class instead