// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/paint_preview/browser/directory_key.h" namespace paint_preview { bool operator<(const DirectoryKey& a, const DirectoryKey& b) { … } bool operator==(const DirectoryKey& a, const DirectoryKey& b) { … } } // namespace paint_preview