| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 81e4111e8312cf0c2404e82536e7cab00fd48d23..82107f4214a8a101bf69485739a1306a28baf5d2 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -248,9 +248,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();
|
|
|