| Index: base/containers/hash_tables_unittest.cc
|
| diff --git a/cc/base/hash_pair_unittest.cc b/base/containers/hash_tables_unittest.cc
|
| similarity index 97%
|
| rename from cc/base/hash_pair_unittest.cc
|
| rename to base/containers/hash_tables_unittest.cc
|
| index ad16761c2702f506f49ef52c07b2fcb39c098e3b..8811be510d5fa35bb606ddf7cf18f786156ef64a 100644
|
| --- a/cc/base/hash_pair_unittest.cc
|
| +++ b/base/containers/hash_tables_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/base/hash_pair.h"
|
| +#include "base/containers/hash_tables.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|