// Copyright 2013 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_SANDBOX_ORIGIN_DATABASE_INTERFACE_H_ #define STORAGE_BROWSER_FILE_SYSTEM_SANDBOX_ORIGIN_DATABASE_INTERFACE_H_ #include <string> #include <vector> #include "base/component_export.h" #include "base/files/file_path.h" namespace storage { class COMPONENT_EXPORT(STORAGE_BROWSER) SandboxOriginDatabaseInterface { … }; } // namespace storage #endif // STORAGE_BROWSER_FILE_SYSTEM_SANDBOX_ORIGIN_DATABASE_INTERFACE_H_