chromium/content/browser/media/capture/native_screen_capture_picker.cc

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

#include "content/browser/media/capture/native_screen_capture_picker.h"

#include "content/browser/media/capture/native_screen_capture_picker_mac.h"

namespace content {

std::unique_ptr<NativeScreenCapturePicker>
MaybeCreateNativeScreenCapturePicker() {}

}  // namespace content