| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 539ae466b309e70ed6528cde606c5985f5880e31..7b34f378da2c8de1e14c0959c9157493b63e71d4 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -156,6 +156,7 @@ class TestingProfile : public Profile {
|
| virtual history::TopSites* GetTopSites();
|
| virtual DownloadManager* GetDownloadManager() { return NULL; }
|
| virtual PersonalDataManager* GetPersonalDataManager() { return NULL; }
|
| + virtual FileSystemHostContext* GetFileSystemHostContext() { return NULL; }
|
| virtual bool HasCreatedDownloadManager() const { return false; }
|
| virtual void InitThemes();
|
| virtual void SetTheme(Extension* extension) {}
|
|
|