| Index: chrome/browser/profiles/off_the_record_profile_io_data.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| index eaef398c53aaa82c89e210cdd0ed22e15cf38037..4ff2bd4ec5f12c97232e5b22b0a6c391447472f6 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -127,7 +127,7 @@ class OffTheRecordProfileIOData : public ProfileIOData {
|
| net::URLRequestContext* InitializeMediaRequestContext(
|
| net::URLRequestContext* original_context,
|
| const StoragePartitionDescriptor& partition_descriptor,
|
| - const std::string& name) const override;
|
| + const char* name) const override;
|
| net::URLRequestContext* AcquireMediaRequestContext() const override;
|
| net::URLRequestContext* AcquireIsolatedAppRequestContext(
|
| net::URLRequestContext* main_context,
|
|
|