// Copyright 2012 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_FILE_SYSTEM_USAGE_CACHE_H_ #define STORAGE_BROWSER_FILE_SYSTEM_FILE_SYSTEM_USAGE_CACHE_H_ #include <stdint.h> #include <map> #include <memory> #include "base/component_export.h" #include "base/containers/span.h" #include "base/files/file.h" #include "base/files/file_path.h" #include "base/sequence_checker.h" #include "base/timer/timer.h" namespace storage { class COMPONENT_EXPORT(STORAGE_BROWSER) FileSystemUsageCache { … }; } // namespace storage #endif // STORAGE_BROWSER_FILE_SYSTEM_FILE_SYSTEM_USAGE_CACHE_H_