diff options
Diffstat (limited to 'content/browser/intents/web_intents_dispatcher_impl.cc')
-rw-r--r-- | content/browser/intents/web_intents_dispatcher_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc index 0bc1261..a649673 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 = ""; |