chromium/components/file_access/file_access_copy_or_move_delegate_factory.cc

// Copyright 2022 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/file_access_copy_or_move_delegate_factory.h"

namespace file_access {

// static
FileAccessCopyOrMoveDelegateFactory*
FileAccessCopyOrMoveDelegateFactory::Get() {}

// static
bool FileAccessCopyOrMoveDelegateFactory::HasInstance() {}

// static
void FileAccessCopyOrMoveDelegateFactory::DeleteInstance() {}

FileAccessCopyOrMoveDelegateFactory::FileAccessCopyOrMoveDelegateFactory() {}

FileAccessCopyOrMoveDelegateFactory::~FileAccessCopyOrMoveDelegateFactory() {}

// static
FileAccessCopyOrMoveDelegateFactory* FileAccessCopyOrMoveDelegateFactory::
    file_access_copy_or_move_delegate_factory_ =;

}  // namespace file_access