diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-17 19:13:25 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-17 19:13:25 +0000 |
commit | 8c4edfab106f329dfbb9e4317e640b3943f7dce3 (patch) | |
tree | 917967d5ec7b0475a3a7efde3cf516cde2e48e70 /base/file_path.h | |
parent | 5674185c3b58e990820300665ca6952e76111250 (diff) | |
download | chromium_src-8c4edfab106f329dfbb9e4317e640b3943f7dce3.zip chromium_src-8c4edfab106f329dfbb9e4317e640b3943f7dce3.tar.gz chromium_src-8c4edfab106f329dfbb9e4317e640b3943f7dce3.tar.bz2 |
Include "base/hash_tables.h" instead of hand-picking header files.
This fixes a compile error with gcc4.3 (hash_fun.h was moved from ext/
to backward/) and seems like the proper way to go since hash_tables.h
defines the hash interface for Chromium.
Patch from James Vega.
http://codereview.chromium.org/14510
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_path.h')
-rw-r--r-- | base/file_path.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/file_path.h b/base/file_path.h index ae116ea..8513592 100644 --- a/base/file_path.h +++ b/base/file_path.h @@ -71,8 +71,7 @@ #include "base/compiler_specific.h" #if defined(COMPILER_GCC) -#include <ext/hash_fun.h> -#include <tr1/functional> +#include "base/hash_tables.h" #endif // Windows-style drive letter support and pathname separator characters can be |