#ifndef EXTENSIONS_BROWSER_API_SYSTEM_STORAGE_SYSTEM_STORAGE_API_H_
#define EXTENSIONS_BROWSER_API_SYSTEM_STORAGE_SYSTEM_STORAGE_API_H_
#include "base/task/sequenced_task_runner.h"
#include "components/storage_monitor/storage_monitor.h"
#include "extensions/browser/extension_function.h"
namespace extensions {
class SystemStorageGetInfoFunction : public ExtensionFunction { … };
class SystemStorageEjectDeviceFunction : public ExtensionFunction { … };
class SystemStorageGetAvailableCapacityFunction : public ExtensionFunction { … };
}
#endif