// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef STORAGE_COMMON_QUOTA_PADDING_KEY_H_ #define STORAGE_COMMON_QUOTA_PADDING_KEY_H_ #include <memory> #include <string> #include "base/component_export.h" #include "services/network/public/mojom/url_response_head.mojom-shared.h" #include "third_party/blink/public/common/storage_key/storage_key.h" namespace base { class Time; } // namespace base storage // namespace storage #endif // STORAGE_COMMON_QUOTA_PADDING_KEY_H_