| Index: cc/base/scoped_ptr_algorithm.h
|
| diff --git a/cc/scoped_ptr_algorithm.h b/cc/base/scoped_ptr_algorithm.h
|
| similarity index 85%
|
| rename from cc/scoped_ptr_algorithm.h
|
| rename to cc/base/scoped_ptr_algorithm.h
|
| index 2972b00b0717b82c5ea85b12fdaaf0a72ce4d18a..ad2f918f3bda31a6bbcc0721b227f8956ba0df07 100644
|
| --- a/cc/scoped_ptr_algorithm.h
|
| +++ b/cc/base/scoped_ptr_algorithm.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 CC_SCOPED_PTR_ALGORITHM_H_
|
| -#define CC_SCOPED_PTR_ALGORITHM_H_
|
| +#ifndef CC_BASE_SCOPED_PTR_ALGORITHM_H_
|
| +#define CC_BASE_SCOPED_PTR_ALGORITHM_H_
|
|
|
| namespace cc {
|
|
|
| @@ -27,4 +27,4 @@ ForwardIterator remove_if(
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SCOPED_PTR_ALGORITHM_H_
|
| +#endif // CC_BASE_SCOPED_PTR_ALGORITHM_H_
|
|
|