// Copyright 2011 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_DATABASE_VFS_BACKEND_H_ #define STORAGE_BROWSER_DATABASE_VFS_BACKEND_H_ #include <stdint.h> #include "base/component_export.h" #include "base/files/file.h" #include "base/process/process.h" namespace base { class FilePath; } namespace storage { class COMPONENT_EXPORT(STORAGE_BROWSER) VfsBackend { … }; } // namespace storage #endif // STORAGE_BROWSER_DATABASE_VFS_BACKEND_H_