| Index: cc/base/scoped_ptr_hash_map.h
|
| diff --git a/cc/scoped_ptr_hash_map.h b/cc/base/scoped_ptr_hash_map.h
|
| similarity index 97%
|
| rename from cc/scoped_ptr_hash_map.h
|
| rename to cc/base/scoped_ptr_hash_map.h
|
| index 60eadee97bcfed657d1ea5a0c0870b61cb9212be..a2a8be7e404d02b6a545d7439dd344abba4b7499 100644
|
| --- a/cc/scoped_ptr_hash_map.h
|
| +++ b/cc/base/scoped_ptr_hash_map.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_SCOPED_PTR_HASH_MAP_H_
|
| -#define CC_SCOPED_PTR_HASH_MAP_H_
|
| +#ifndef CC_BASE_SCOPED_PTR_HASH_MAP_H_
|
| +#define CC_BASE_SCOPED_PTR_HASH_MAP_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/hash_tables.h"
|
| #include "base/logging.h"
|
| -#include "base/stl_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/stl_util.h"
|
|
|
| namespace cc {
|
|
|
| @@ -150,4 +150,4 @@ class ScopedPtrHashMap {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_SCOPED_PTR_HASH_MAP_H_
|
| +#endif // CC_BASE_SCOPED_PTR_HASH_MAP_H_
|
|
|