| Index: cc/base/scoped_ptr_vector.h
|
| diff --git a/cc/scoped_ptr_vector.h b/cc/base/scoped_ptr_vector.h
|
| similarity index 97%
|
| rename from cc/scoped_ptr_vector.h
|
| rename to cc/base/scoped_ptr_vector.h
|
| index 71e3eb6d77b80d8bf213adb0ede1dde457c7b090..1e69b161c03728cc8f9f580bf92ef50984d456af 100644
|
| --- a/cc/scoped_ptr_vector.h
|
| +++ b/cc/base/scoped_ptr_vector.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_VECTOR_H_
|
| -#define CC_SCOPED_PTR_VECTOR_H_
|
| +#ifndef CC_BASE_SCOPED_PTR_VECTOR_H_
|
| +#define CC_BASE_SCOPED_PTR_VECTOR_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| @@ -163,4 +163,4 @@ class ScopedPtrVector {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SCOPED_PTR_VECTOR_H_
|
| +#endif // CC_BASE_SCOPED_PTR_VECTOR_H_
|
|
|