| 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 a7bff60bf0eed5e4a3c57bd81f9e84ec1e14477e..1b4f0653041a60c86d8189ddbf380f26719a6f40 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
|
| @@ -20,11 +20,11 @@
|
| #include "webkit/common/quota/quota_types.h"
|
|
|
| using base::PlatformFileError;
|
| +using content::SandboxFileSystemTestHelper;
|
| using fileapi::FileSystemContext;
|
| using fileapi::FileSystemOperationContext;
|
| using fileapi::FileSystemURL;
|
| using fileapi::FileSystemURLSet;
|
| -using fileapi::SandboxFileSystemTestHelper;
|
| using quota::QuotaManager;
|
| using quota::QuotaStatusCode;
|
|
|
|
|