summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/fileapi/DirectoryEntrySync.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/fileapi/DirectoryEntrySync.h')
-rw-r--r--Source/WebCore/fileapi/DirectoryEntrySync.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/fileapi/DirectoryEntrySync.h b/Source/WebCore/fileapi/DirectoryEntrySync.h
index eb412bb..62b481a 100644
--- a/Source/WebCore/fileapi/DirectoryEntrySync.h
+++ b/Source/WebCore/fileapi/DirectoryEntrySync.h
@@ -34,7 +34,7 @@
#if ENABLE(FILE_SYSTEM)
#include "EntrySync.h"
-#include "Flags.h"
+#include "WebKitFlags.h"
#include "PlatformString.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
@@ -53,8 +53,8 @@ public:
virtual bool isDirectory() const { return true; }
PassRefPtr<DirectoryReaderSync> createReader(ExceptionCode&);
- PassRefPtr<FileEntrySync> getFile(const String& path, PassRefPtr<Flags>, ExceptionCode&);
- PassRefPtr<DirectoryEntrySync> getDirectory(const String& path, PassRefPtr<Flags>, ExceptionCode&);
+ PassRefPtr<FileEntrySync> getFile(const String& path, PassRefPtr<WebKitFlags>, ExceptionCode&);
+ PassRefPtr<DirectoryEntrySync> getDirectory(const String& path, PassRefPtr<WebKitFlags>, ExceptionCode&);
void removeRecursively(ExceptionCode&);
private: