chromium/chrome/browser/ui/profiles/batch_upload_ui_delegate.h

// 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.

#ifndef CHROME_BROWSER_UI_PROFILES_BATCH_UPLOAD_UI_DELEGATE_H_
#define CHROME_BROWSER_UI_PROFILES_BATCH_UPLOAD_UI_DELEGATE_H_

#include "chrome/browser/profiles/batch_upload/batch_upload_delegate.h"

class Browser;

// Implementation that creates the Batch Upload dialog UI view.
class BatchUploadUIDelegate : public BatchUploadDelegate {};

#endif  // CHROME_BROWSER_UI_PROFILES_BATCH_UPLOAD_UI_DELEGATE_H_