From 8e9e3d8975eeea3429c3b3ea703f04ac34e20e28 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 21 Sep 2017 16:49:32 -0400 Subject: Move CFX_StringPoolTemplate to StringPoolTemplate This CL moves CFX_StringPoolTemplate to StringPoolTemplate and places in the fxcrt namespace. Bug: pdfium:898 Change-Id: I41c8f23d6ad814d65cd154092143efaa630a96d1 Reviewed-on: https://pdfium-review.googlesource.com/14619 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxcrt/shared_copy_on_write_unittest.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/fxcrt/shared_copy_on_write_unittest.cpp') 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 -- cgit v1.2.3