diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index c32b44e..f7c3efa 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -175,7 +175,7 @@ class TestingProfile : public Profile { virtual history::TopSites* GetTopSitesWithoutCreating(); virtual DownloadManager* GetDownloadManager(); virtual PersonalDataManager* GetPersonalDataManager(); - virtual fileapi::SandboxedFileSystemContext* GetFileSystemContext(); + virtual fileapi::FileSystemContext* GetFileSystemContext(); virtual BrowserSignin* GetBrowserSignin(); virtual bool HasCreatedDownloadManager() const; virtual void InitThemes(); |