| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index e468b2cc93162f3ef316b8f018f13e5287a53e37..e7c6322b04e8dc36aa393259bbe7e1f143c0a275 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -725,7 +725,7 @@ net::URLRequestContext* ProfileImplIOData::InitializeAppRequestContext(
|
| net::URLRequestContext* ProfileImplIOData::InitializeMediaRequestContext(
|
| net::URLRequestContext* original_context,
|
| const StoragePartitionDescriptor& partition_descriptor,
|
| - const std::string& name) const {
|
| + const char* name) const {
|
| // Copy most state from the original context.
|
| MediaRequestContext* context = new MediaRequestContext(name);
|
| context->CopyFrom(original_context);
|
|
|