| Index: cc/base/hash_pair.h
|
| diff --git a/cc/hash_pair.h b/cc/base/hash_pair.h
|
| similarity index 98%
|
| rename from cc/hash_pair.h
|
| rename to cc/base/hash_pair.h
|
| index d4b0c16a087e6894b0b5cca6f151a1ec561ece10..6b6918d6e3a5fb03200112f99f705b314e4985b5 100644
|
| --- a/cc/hash_pair.h
|
| +++ b/cc/base/hash_pair.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Defines methods for hashing a pair of integers.
|
|
|
| -#ifndef CC_HASH_PAIR_H_
|
| -#define CC_HASH_PAIR_H_
|
| +#ifndef CC_BASE_HASH_PAIR_H_
|
| +#define CC_BASE_HASH_PAIR_H_
|
|
|
| #include "base/hash_tables.h"
|
|
|
| @@ -147,4 +147,4 @@ DEFINE_64BIT_PAIR_HASH(uint64, uint64);
|
| #undef DEFINE_PAIR_HASH_FUNCTION_START
|
| #undef DEFINE_PAIR_HASH_FUNCTION_END
|
|
|
| -#endif // CC_HASH_PAIR_H_
|
| +#endif // CC_BASE_HASH_PAIR_H_
|
|
|