| Index: base/containers/scoped_ptr_map_unittest.cc
|
| diff --git a/base/containers/scoped_ptr_map_unittest.cc b/base/containers/scoped_ptr_map_unittest.cc
|
| index 1d8f179b0675e759c5a818062d3a62db68da0fd4..46843b3f2529f288ec3ef9cdef1884608cfa2524 100644
|
| --- a/base/containers/scoped_ptr_map_unittest.cc
|
| +++ b/base/containers/scoped_ptr_map_unittest.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace base {
|
| namespace {
|
|
|
| // A ScopedDestroyer sets a Boolean to true upon destruction.
|
| @@ -236,3 +237,4 @@ TEST(ScopedPtrMapTest, Passed) {
|
| };
|
|
|
| } // namespace
|
| +} // namespace base
|
|
|