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

Unified Diff: base/containers/linked_list.h

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/base.gypi ('k') | base/containers/linked_list_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/containers/linked_list.h
diff --git a/base/linked_list.h b/base/containers/linked_list.h
similarity index 97%
rename from base/linked_list.h
rename to base/containers/linked_list.h
index 5b5184f6253854e1f77321157d9a0535d8623fab..25bbe762cb759b4eba6c67b00ec0206c3e6bec4f 100644
--- a/base/linked_list.h
+++ b/base/containers/linked_list.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_LINKED_LIST_H_
-#define BASE_LINKED_LIST_H_
+#ifndef BASE_CONTAINERS_LINKED_LIST_H_
+#define BASE_CONTAINERS_LINKED_LIST_H_
// Simple LinkedList type. (See the Q&A section to understand how this
// differs from std::list).
@@ -161,4 +161,4 @@ class LinkedList {
} // namespace base
-#endif // BASE_LINKED_LIST_H_
+#endif // BASE_CONTAINERS_LINKED_LIST_H_
« no previous file with comments | « base/base.gypi ('k') | base/containers/linked_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698