Rename storage/common/fileapi to file_system
In the past, "content/*/file_system" was renamed to "fileapi"
to contain both the code for the filesystem API and the blob system.
But the blob system moved out to separate directories,
we have the confusing situation that we have directories named
after one API that contain the implementation of a different API.
This patch rename "storage/common/fileapi" to "file_system"
to actually match for reducing confusion.
Bug: 921260
Change-Id: I5071d6e268aa6824c165678def35d4dfe88a6f89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871711
Commit-Queue: Maksim Ivanov <[email protected]>
Reviewed-by: Maksim Ivanov <[email protected]>
Reviewed-by: Mike West <[email protected]>
Reviewed-by: Marijn Kruisselbrink <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Devlin <[email protected]>
Reviewed-by: Ken Rockot <[email protected]>
Cr-Commit-Position: refs/heads/master@{#708948}
diff --git a/chrome/browser/platform_util_unittest.cc b/chrome/browser/platform_util_unittest.cc
index 4c01824..36e97cd 100644
--- a/chrome/browser/platform_util_unittest.cc
+++ b/chrome/browser/platform_util_unittest.cc
@@ -31,7 +31,7 @@
#include "extensions/common/extension.h"
#include "storage/browser/file_system/external_mount_points.h"
#include "storage/browser/test/mock_special_storage_policy.h"
-#include "storage/common/fileapi/file_system_types.h"
+#include "storage/common/file_system/file_system_types.h"
#else
#include "content/public/test/browser_task_environment.h"
#endif