| Index: storage/browser/test/async_file_test_helper.cc
 | 
| diff --git a/content/public/test/async_file_test_helper.cc b/storage/browser/test/async_file_test_helper.cc
 | 
| similarity index 99%
 | 
| rename from content/public/test/async_file_test_helper.cc
 | 
| rename to storage/browser/test/async_file_test_helper.cc
 | 
| index b5e205a8320d05a3a0a29f4a1884f4642ff91245..ce7566f61efd59963c2638a81ea288153f8ce271 100644
 | 
| --- a/content/public/test/async_file_test_helper.cc
 | 
| +++ b/storage/browser/test/async_file_test_helper.cc
 | 
| @@ -2,11 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include "storage/browser/test/async_file_test_helper.h"
 | 
| +
 | 
|  #include "base/bind.h"
 | 
|  #include "base/files/file_util.h"
 | 
|  #include "base/files/scoped_temp_dir.h"
 | 
|  #include "base/run_loop.h"
 | 
| -#include "content/public/test/async_file_test_helper.h"
 | 
|  #include "storage/browser/fileapi/file_system_backend.h"
 | 
|  #include "storage/browser/fileapi/file_system_context.h"
 | 
|  #include "storage/browser/fileapi/file_system_operation_runner.h"
 | 
| 
 |