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

Unified Diff: base/containers/stack_container_unittest.cc

Issue 11360174: Move stack_container and linked_list to the new containers subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/stack_container.h ('k') | base/debug/leak_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/containers/stack_container_unittest.cc
diff --git a/base/stack_container_unittest.cc b/base/containers/stack_container_unittest.cc
similarity index 97%
rename from base/stack_container_unittest.cc
rename to base/containers/stack_container_unittest.cc
index 7efab363236c70c7bd3b26b72c638e7041a20707..3a1b3eddd4234e9ca3d8a9942c8fa9469d7881d9 100644
--- a/base/stack_container_unittest.cc
+++ b/base/containers/stack_container_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/stack_container.h"
+#include "base/containers/stack_container.h"
#include <algorithm>
@@ -10,6 +10,8 @@
#include "base/memory/ref_counted.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace base {
+
namespace {
class Dummy : public base::RefCounted<Dummy> {
@@ -136,3 +138,5 @@ TEST(StackContainer, BufferAlignment) {
template class StackVector<int, 2>;
template class StackVector<scoped_refptr<Dummy>, 2>;
+
+} // namespace base
« no previous file with comments | « base/containers/stack_container.h ('k') | base/debug/leak_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698