Index: webkit/tools/test_shell/simple_file_system.cc |
diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc |
index 9bb6700b78ad81c084505b71181dcf35a9cbc3b5..9676e2b25c745c0fc32655bcc70bb624167e1e86 100644 |
--- a/webkit/tools/test_shell/simple_file_system.cc |
+++ b/webkit/tools/test_shell/simple_file_system.cc |
@@ -22,10 +22,10 @@ |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/blob/blob_storage_controller.h" |
#include "webkit/browser/fileapi/file_system_mount_point_provider.h" |
-#include "webkit/fileapi/directory_entry.h" |
+#include "webkit/common/fileapi/directory_entry.h" |
+#include "webkit/common/fileapi/file_system_url.h" |
+#include "webkit/common/fileapi/file_system_util.h" |
#include "webkit/fileapi/file_permission_policy.h" |
-#include "webkit/fileapi/file_system_url.h" |
-#include "webkit/fileapi/file_system_util.h" |
#include "webkit/fileapi/mock_file_system_context.h" |
#include "webkit/tools/test_shell/simple_file_writer.h" |