summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/file_system_access/data_transfer_item_native_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/file_system_access/data_transfer_item_native_file_system.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/file_system_access/data_transfer_item_native_file_system.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/chromium/third_party/blink/renderer/modules/file_system_access/data_transfer_item_native_file_system.h b/chromium/third_party/blink/renderer/modules/file_system_access/data_transfer_item_native_file_system.h
deleted file mode 100644
index e917182897a..00000000000
--- a/chromium/third_party/blink/renderer/modules/file_system_access/data_transfer_item_native_file_system.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2020 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.
-
-#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_FILE_SYSTEM_ACCESS_DATA_TRANSFER_ITEM_NATIVE_FILE_SYSTEM_H_
-#define THIRD_PARTY_BLINK_RENDERER_MODULES_FILE_SYSTEM_ACCESS_DATA_TRANSFER_ITEM_NATIVE_FILE_SYSTEM_H_
-
-#include "third_party/blink/renderer/core/clipboard/data_transfer_item.h"
-#include "third_party/blink/renderer/core/execution_context/execution_context.h"
-#include "third_party/blink/renderer/modules/file_system_access/native_file_system_handle.h"
-#include "third_party/blink/renderer/platform/bindings/script_state.h"
-
-namespace blink {
-
-class DataTransferItemNativeFileSystem {
- STATIC_ONLY(DataTransferItemNativeFileSystem);
-
- public:
- static ScriptPromise getAsFileSystemHandle(ScriptState*, DataTransferItem&);
-};
-
-} // namespace blink
-
-#endif // THIRD_PARTY_BLINK_RENDERER_MODULES_FILE_SYSTEM_ACCESS_DATA_TRANSFER_ITEM_NATIVE_FILE_SYSTEM_H_