Replace uses of hash_map in //base

https://codereview.chromium.org/2830093003
This commit is contained in:
Aleksei Kuzmin 2017-08-04 23:46:29 +03:00 committed by Cheng Zhao
parent ba2f33d629
commit 364c330887

View file

@ -18,17 +18,6 @@
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
#include "content/public/common/page_zoom.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 brightray {
namespace { namespace {