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

Unified Diff: base/file_path.h

Issue 7238018: Upstream android string implementation etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update the comments in string_number_conversions.cc Created 9 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 | « no previous file | base/hash_tables.h » ('j') | base/hash_tables.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | base/hash_tables.h » ('j') | base/hash_tables.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698