| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 667745af32898f981a86973e17c9159053fdad28..e15a0c7fa2a74e966676fe217ab4dfd8be565284 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -244,9 +244,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();
|
|
|