// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "storage/browser/blob/blob_url_utils.h" #include "base/containers/contains.h" namespace storage::BlobUrlUtils { bool UrlHasFragment(const GURL& url) { … } GURL ClearUrlFragment(const GURL& url) { … } } // namespace storage::BlobUrlUtils