Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: base/containers/hash_tables_unittest.cc

Issue 17094004: Move hash_pair.h from cc/base into base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up empty lines and add reference to danakj@. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/containers/hash_tables.h ('k') | cc/base/hash_pair.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « base/containers/hash_tables.h ('k') | cc/base/hash_pair.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698