| 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 54676ab08e38c16b3defe37666a3c82fcf5481f3..bee39ec020ffbb46dd14fe459b9e39bb98c0f426 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,13 +12,13 @@
|
| #include "chrome/browser/sync_file_system/local/local_file_sync_context.h"
|
| #include "chrome/browser/sync_file_system/local/sync_file_system_backend.h"
|
| #include "chrome/browser/sync_file_system/syncable_file_system_util.h"
|
| -#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/browser/test/async_file_test_helper.h"
|
| +#include "storage/browser/test/sandbox_file_system_test_helper.h"
|
| #include "storage/common/fileapi/file_system_types.h"
|
| #include "storage/common/quota/quota_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|