Replace uses of hash_map in //base
https://codereview.chromium.org/2830093003
This commit is contained in:
parent
ba2f33d629
commit
364c330887
1 changed files with 0 additions and 11 deletions
|
@ -18,17 +18,6 @@
|
|||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/common/page_zoom.h"
|
||||
|
||||
namespace std {
|
||||
|
||||
template <>
|
||||
struct hash<base::FilePath> {
|
||||
size_t operator()(const base::FilePath& f) const {
|
||||
return hash<base::FilePath::StringType>()(f.value());
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace std
|
||||
|
||||
namespace brightray {
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in a new issue