chromium/storage/browser/file_system/quota/quota_limit_type.h

// 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.

#ifndef STORAGE_BROWSER_FILE_SYSTEM_QUOTA_QUOTA_LIMIT_TYPE_H_
#define STORAGE_BROWSER_FILE_SYSTEM_QUOTA_QUOTA_LIMIT_TYPE_H_

namespace storage {

enum class QuotaLimitType {};

}  // namespace storage

#endif  // STORAGE_BROWSER_FILE_SYSTEM_QUOTA_QUOTA_LIMIT_TYPE_H_