chromium/components/services/storage/test_api_stubs.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/services/storage/test_api_stubs.h"

#include "base/functional/callback.h"
#include "base/no_destructor.h"

namespace storage {

namespace {

TestApiBinderForTesting& GetTestApiBinder() {}

}  // namespace

void SetTestApiBinderForTesting(TestApiBinderForTesting binder) {}

const TestApiBinderForTesting& GetTestApiBinderForTesting() {}

}  // namespace storage