// 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 "storage/browser/test/mock_copy_or_move_hook_delegate.h" namespace storage { MockCopyOrMoveHookDelegate::MockCopyOrMoveHookDelegate() = default; MockCopyOrMoveHookDelegate::~MockCopyOrMoveHookDelegate() = default; } // namespace storage