| Index: storage/browser/test/mock_quota_manager.cc
 | 
| diff --git a/content/browser/quota/mock_quota_manager.cc b/storage/browser/test/mock_quota_manager.cc
 | 
| similarity index 98%
 | 
| rename from content/browser/quota/mock_quota_manager.cc
 | 
| rename to storage/browser/test/mock_quota_manager.cc
 | 
| index 73407970de53a73d28cea6edf0eadad2994108eb..3bdbe5af0170ae5bd97a9f1e81d398fa11e859f1 100644
 | 
| --- a/content/browser/quota/mock_quota_manager.cc
 | 
| +++ b/storage/browser/test/mock_quota_manager.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "content/browser/quota/mock_quota_manager.h"
 | 
| +#include "storage/browser/test/mock_quota_manager.h"
 | 
|  
 | 
|  #include <limits>
 | 
|  #include <memory>
 | 
| 
 |