Index: base/file_path.h |
diff --git a/base/file_path.h b/base/file_path.h |
index f60a80cd370e8a904e5a28b734ba965c16a87a8b..2d615cf367d44ecbd981c8371cf1ee85a0a3065e 100644 |
--- a/base/file_path.h |
+++ b/base/file_path.h |
@@ -381,7 +381,7 @@ class BASE_API FilePath { |
// Provide a hash function so that hash_sets and maps can contain FilePath |
// objects. |
#if defined(COMPILER_GCC) |
-namespace __gnu_cxx { |
+namespace HASH_NAMESPACE { |
template<> |
struct hash<FilePath> { |
@@ -390,7 +390,7 @@ struct hash<FilePath> { |
} |
}; |
-} // namespace __gnu_cxx |
+} // namespace HASH_NAMESPACE |
#elif defined(COMPILER_MSVC) |
namespace stdext { |