Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / child / fileapi / webfilewriter_base.cc
index a0ede79..2236998 100644 (file)
@@ -5,12 +5,12 @@
 #include "content/child/fileapi/webfilewriter_base.h"
 
 #include "base/logging.h"
+#include "storage/common/fileapi/file_system_util.h"
 #include "third_party/WebKit/public/platform/WebFileError.h"
 #include "third_party/WebKit/public/platform/WebFileWriterClient.h"
 #include "third_party/WebKit/public/platform/WebURL.h"
-#include "webkit/common/fileapi/file_system_util.h"
 
-using fileapi::FileErrorToWebFileError;
+using storage::FileErrorToWebFileError;
 
 namespace content {