| Index: storage/browser/test/test_file_system_options.cc
 | 
| diff --git a/content/public/test/test_file_system_options.cc b/storage/browser/test/test_file_system_options.cc
 | 
| similarity index 96%
 | 
| rename from content/public/test/test_file_system_options.cc
 | 
| rename to storage/browser/test/test_file_system_options.cc
 | 
| index 7a020dd7129b22e86d7b14d02c0ada4bc15f7911..f23b0b2bb86192bcaf28e5d6bfe55886becef463 100644
 | 
| --- a/content/public/test/test_file_system_options.cc
 | 
| +++ b/storage/browser/test/test_file_system_options.cc
 | 
| @@ -2,8 +2,9 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include "storage/browser/test/test_file_system_options.h"
 | 
| +
 | 
|  #include "build/build_config.h"
 | 
| -#include "content/public/test/test_file_system_options.h"
 | 
|  
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
| 
 |