// Copyright 2023 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/file_access/test/mock_scoped_file_access_delegate.h" namespace file_access { MockScopedFileAccessDelegate::MockScopedFileAccessDelegate() = default; MockScopedFileAccessDelegate::~MockScopedFileAccessDelegate() = default; } // namespace file_access