// Copyright 2015 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_BLOB_BLOB_STORAGE_CONSTANTS_H_ #define STORAGE_BROWSER_BLOB_BLOB_STORAGE_CONSTANTS_H_ #include <stddef.h> #include <stdint.h> #include "base/component_export.h" #include "base/functional/callback_forward.h" #include "build/build_config.h" storage // namespace storage #endif // STORAGE_BROWSER_BLOB_BLOB_STORAGE_CONSTANTS_H_