| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index 889665ef2471f458965d8778d4001595420f7781..e02b4528ccb8ddfa4c169739fad7f830f812c477 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -359,7 +359,7 @@ net::URLRequestContext*
|
| OffTheRecordProfileIOData::InitializeMediaRequestContext(
|
| net::URLRequestContext* original_context,
|
| const StoragePartitionDescriptor& partition_descriptor,
|
| - const std::string& name) const {
|
| + const char* name) const {
|
| NOTREACHED();
|
| return NULL;
|
| }
|
|
|