Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(845)

Unified Diff: base/containers/scoped_ptr_map_unittest.cc

Issue 1194373002: Moved ScopedPtrMap into base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jianli-gcm_client_impl
Patch Set: Rebase and update against media_galleries. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/containers/scoped_ptr_map.h ('k') | chrome/browser/media_galleries/gallery_watch_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/containers/scoped_ptr_map.h ('k') | chrome/browser/media_galleries/gallery_watch_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698