| Index: content/browser/intents/web_intents_dispatcher_impl.cc
|
| diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc
|
| index 0bc1261e4bcccea1a2320db9828a7f3af45d4960..a649673f04789a3c33b783548ee408c99c6afc18 100644
|
| --- a/content/browser/intents/web_intents_dispatcher_impl.cc
|
| +++ b/content/browser/intents/web_intents_dispatcher_impl.cc
|
| @@ -28,7 +28,7 @@ WebIntentsDispatcherImpl::WebIntentsDispatcherImpl(
|
| intent_injector_(NULL) {
|
| // Ensure that WebIntentData sent from a renderer process
|
| // carries the right payload type and no extraneous data.
|
| - intent_.blob_file = FilePath();
|
| + intent_.blob_file = base::FilePath();
|
| intent_.blob_length = 0;
|
| intent_.root_name = "";
|
| intent_.filesystem_id = "";
|
|
|