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

Unified Diff: cc/base/hash_pair.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
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_
« no previous file with comments | « cc/base/float_quad_unittest.cc ('k') | cc/base/hash_pair_unittest.cc » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698