Index: storage/common/fileapi/file_system_util.cc |
diff --git a/webkit/common/fileapi/file_system_util.cc b/storage/common/fileapi/file_system_util.cc |
similarity index 99% |
rename from webkit/common/fileapi/file_system_util.cc |
rename to storage/common/fileapi/file_system_util.cc |
index f5e3531705d9c0d54f9819d386ef7e3874ba6309..0e818430225d53141d4d1ea16778c8b696d417c9 100644 |
--- a/webkit/common/fileapi/file_system_util.cc |
+++ b/storage/common/fileapi/file_system_util.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/common/fileapi/file_system_util.h" |
+#include "storage/common/fileapi/file_system_util.h" |
#include <algorithm> |
@@ -13,8 +13,8 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "net/base/escape.h" |
#include "net/base/net_errors.h" |
+#include "storage/common/database/database_identifier.h" |
#include "url/gurl.h" |
-#include "webkit/common/database/database_identifier.h" |
namespace storage { |