| Index: app/gtk_dnd_util.h
|
| diff --git a/app/gtk_dnd_util.h b/app/gtk_dnd_util.h
|
| index 32edf224b40e24b4250ddbfa32241884c67ad9b5..06acb0fdd58fad0f01206473f6f69e20847e83d7 100644
|
| --- a/app/gtk_dnd_util.h
|
| +++ b/app/gtk_dnd_util.h
|
| @@ -64,7 +64,7 @@ void SetDestTargetList(GtkWidget* dest, const int* target_codes);
|
| // Write a URL to the selection in the given type.
|
| void WriteURLWithName(GtkSelectionData* selection_data,
|
| const GURL& url,
|
| - const string16& title,
|
| + string16 title,
|
| int type);
|
|
|
| // Extracts data of type CHROME_NAMED_URL from |selection_data| into
|
|
|