From 364c33088712ccc2e24b9e36e1ff145a491ca9e5 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Fri, 4 Aug 2017 23:46:29 +0300 Subject: [PATCH] Replace uses of hash_map in //base https://codereview.chromium.org/2830093003 --- brightray/browser/zoom_level_delegate.cc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/brightray/browser/zoom_level_delegate.cc b/brightray/browser/zoom_level_delegate.cc index c295c3f064e6..34ca2a0e8ff8 100644 --- a/brightray/browser/zoom_level_delegate.cc +++ b/brightray/browser/zoom_level_delegate.cc @@ -18,17 +18,6 @@ #include "content/public/browser/browser_thread.h" #include "content/public/common/page_zoom.h" -namespace std { - -template <> -struct hash { - size_t operator()(const base::FilePath& f) const { - return hash()(f.value()); - } -}; - -} // namespace std - namespace brightray { namespace {