diff --git a/brightray/browser/zoom_level_delegate.cc b/brightray/browser/zoom_level_delegate.cc index c295c3f064..34ca2a0e8f 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 {