blob: 3b86f9e80cf3a6bc0bda3bb6c1ca1ce032d1346d [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/notreached.h"
#include "base/task/sequenced_task_runner.h"
#include "remoting/host/file_transfer/file_chooser.h"
namespace remoting {
std::unique_ptr<FileChooser> FileChooser::Create(
scoped_refptr<base::SequencedTaskRunner> ui_task_runner,
ResultCallback callback) {
NOTIMPLEMENTED();
return nullptr;
}
} // namespace remoting