summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h b/chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h
index 474cbda4888..b4d4f863f78 100644
--- a/chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h
+++ b/chromium/third_party/blink/renderer/modules/filesystem/dom_file_system_sync.h
@@ -48,7 +48,7 @@ class DOMFileSystemSync final : public DOMFileSystemBase {
public:
static DOMFileSystemSync* Create(ExecutionContext* context,
const String& name,
- FileSystemType type,
+ mojom::blink::FileSystemType type,
const KURL& root_url) {
return new DOMFileSystemSync(context, name, type, root_url);
}
@@ -69,7 +69,7 @@ class DOMFileSystemSync final : public DOMFileSystemBase {
private:
DOMFileSystemSync(ExecutionContext*,
const String& name,
- FileSystemType,
+ mojom::blink::FileSystemType,
const KURL& root_url);
Member<DirectoryEntrySync> root_entry_;
};