summaryrefslogtreecommitdiff
path: root/core/fxcrt/shared_copy_on_write_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/shared_copy_on_write_unittest.cpp')
-rw-r--r--core/fxcrt/shared_copy_on_write_unittest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/fxcrt/shared_copy_on_write_unittest.cpp b/core/fxcrt/shared_copy_on_write_unittest.cpp
index a683767054..01cc09468c 100644
--- a/core/fxcrt/shared_copy_on_write_unittest.cpp
+++ b/core/fxcrt/shared_copy_on_write_unittest.cpp
@@ -9,6 +9,7 @@
#include "testing/gtest/include/gtest/gtest.h"
+namespace fxcrt {
namespace {
class Observer {
@@ -126,3 +127,5 @@ TEST(SharedCopyOnWrite, GetModify) {
}
EXPECT_EQ(2, observer.GetDestructionCount("one"));
}
+
+} // namespace fxcrt