Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / file_manager / filesystem_api_util.h
index 4ca549b..29f43b4 100644 (file)
@@ -13,6 +13,7 @@
 #include <vector>
 
 #include "base/callback_forward.h"
+#include "storage/common/fileapi/file_system_types.h"
 
 class Profile;
 
@@ -27,6 +28,9 @@ class FileSystemURL;
 namespace file_manager {
 namespace util {
 
+// Obtains whether |type| is non-native file system or not.
+bool IsNonNativeFileSystemType(storage::FileSystemType type);
+
 // Checks whether the given |path| points to a non-local filesystem that
 // requires special handling.
 bool IsUnderNonNativeLocalPath(Profile* profile, const base::FilePath& path);