#ifndef COMPONENTS_SERVICES_STORAGE_TEST_API_STUBS_H_
#define COMPONENTS_SERVICES_STORAGE_TEST_API_STUBS_H_
#include "base/component_export.h"
#include "base/functional/callback_forward.h"
#include "mojo/public/cpp/system/message_pipe.h"
namespace storage {
TestApiBinderForTesting;
COMPONENT_EXPORT(STORAGE_SERVICE_TEST_API_STUBS)
void SetTestApiBinderForTesting(TestApiBinderForTesting binder);
COMPONENT_EXPORT(STORAGE_SERVICE_TEST_API_STUBS)
const TestApiBinderForTesting& GetTestApiBinderForTesting();
}
#endif