| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 6b438bcdc80236b3571a96723d0e255d024b3837..e86b817ce537f2b35ed40e8b4174f1fabd6ff85f 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -245,9 +245,11 @@ class TestingProfile : public Profile {
|
| GetRequestContextForExtensions() OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| GetMediaRequestContextForStoragePartition(
|
| - const std::string& partition_id) OVERRIDE;
|
| + const FilePath& partition_path,
|
| + bool in_memory) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
|
| - const std::string& partition_id) OVERRIDE;
|
| + const FilePath& partition_path,
|
| + bool in_memory) OVERRIDE;
|
| virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE;
|
| virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE;
|
| virtual std::wstring GetName();
|
|
|