Index: chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc |
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc |
index 13b46f808370b0ce56a50d2a3d1eabdbaf251afc..144917b42f6f7aafbc9e63fd01c44b37d7f45067 100644 |
--- a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc |
+++ b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc |
@@ -21,13 +21,13 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/test/mock_blob_url_request_context.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_runner.h" |
+#include "storage/browser/fileapi/isolated_context.h" |
#include "storage/common/blob/scoped_file.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_runner.h" |
-#include "webkit/browser/fileapi/isolated_context.h" |
#define FPL FILE_PATH_LITERAL |