| 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_
|
|
|