| Index: base/memory/scoped_vector.h
|
| diff --git a/base/scoped_vector.h b/base/memory/scoped_vector.h
|
| similarity index 95%
|
| rename from base/scoped_vector.h
|
| rename to base/memory/scoped_vector.h
|
| index 9d372f33009b613de3584fe12bd69cbface5b391..80719ca30599d6af477286bb8e6f307c06c68e9d 100644
|
| --- a/base/scoped_vector.h
|
| +++ b/base/memory/scoped_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 BASE_SCOPED_VECTOR_H_
|
| -#define BASE_SCOPED_VECTOR_H_
|
| +#ifndef BASE_MEMORY_SCOPED_VECTOR_H_
|
| +#define BASE_MEMORY_SCOPED_VECTOR_H_
|
| #pragma once
|
|
|
| #include <vector>
|
| @@ -87,4 +87,4 @@ class ScopedVector {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedVector);
|
| };
|
|
|
| -#endif // BASE_SCOPED_VECTOR_H_
|
| +#endif // BASE_MEMORY_SCOPED_VECTOR_H_
|
|
|