| 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 15c5b01d26d0fc86754444e2fcc1e1b4b48f3d6f..a943d9cd20de7c793b1955054fc7eca0d3b8d1ab 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -150,7 +150,7 @@ class TestStoragePartition : public StoragePartition {
|
| virtual content::AppCacheService* GetAppCacheService() OVERRIDE {
|
| return NULL;
|
| }
|
| - virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE {
|
| + virtual storage::FileSystemContext* GetFileSystemContext() OVERRIDE {
|
| return NULL;
|
| }
|
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() OVERRIDE {
|
|
|