| 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 c8bb347f8f31703c2cade56dc03199a574c81a04..563101b7e2c3a90fc580b449d2b2a3b432db7e18 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -138,7 +138,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 {
|
|
|