| Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
 | 
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
 | 
| index a47a92fdfbc79158320675670dc4626184e6581d..c4de8ee4cf92a2a225ffc7964d6c193b11753ff3 100644
 | 
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
 | 
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
 | 
| @@ -142,7 +142,7 @@ class TestStoragePartition : public StoragePartition {
 | 
|    virtual quota::QuotaManager* GetQuotaManager() OVERRIDE {
 | 
|      return NULL;
 | 
|    }
 | 
| -  virtual appcache::AppCacheService* GetAppCacheService() OVERRIDE {
 | 
| +  virtual content::AppCacheService* GetAppCacheService() OVERRIDE {
 | 
|      return NULL;
 | 
|    }
 | 
|    virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE {
 | 
| 
 |