Index: chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc |
index 2d7b863caa9d8785c6a85de2d82a4752209fbbdc..5bf7d685a33e2f1455aba3e5e978788cde768e97 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc |
+++ b/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc |
@@ -12,15 +12,15 @@ |
#include "content/public/test/async_file_test_helper.h" |
#include "content/public/test/sandbox_file_system_test_helper.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
+#include "storage/browser/fileapi/file_system_context.h" |
+#include "storage/browser/fileapi/file_system_operation_context.h" |
+#include "storage/browser/fileapi/isolated_context.h" |
+#include "storage/browser/quota/quota_manager.h" |
#include "storage/common/fileapi/file_system_types.h" |
#include "storage/common/quota/quota_types.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/leveldatabase/src/helpers/memenv/memenv.h" |
#include "third_party/leveldatabase/src/include/leveldb/env.h" |
-#include "webkit/browser/fileapi/file_system_context.h" |
-#include "webkit/browser/fileapi/file_system_operation_context.h" |
-#include "webkit/browser/fileapi/isolated_context.h" |
-#include "webkit/browser/quota/quota_manager.h" |
using content::SandboxFileSystemTestHelper; |
using storage::FileSystemContext; |