| Index: content/browser/renderer_host/render_view_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc
|
| index 0b56d165732c427a714483eec2063047101fc2f5..dd50a6c2b8420ba614a8cf9b8db8cb5999ed4733 100644
|
| --- a/content/browser/renderer_host/render_view_host_unittest.cc
|
| +++ b/content/browser/renderer_host/render_view_host_unittest.cc
|
| @@ -200,7 +200,7 @@ TEST_F(RenderViewHostTest, DragEnteredFileURLsStillBlocked) {
|
| GURL sensitive_file_url = net::FilePathToFileURL(sensitive_file_path);
|
| dropped_data.url = highlighted_file_url;
|
| dropped_data.filenames.push_back(DropData::FileInfo(
|
| - UTF8ToUTF16(dragged_file_path.AsUTF8Unsafe()), base::string16()));
|
| + base::UTF8ToUTF16(dragged_file_path.AsUTF8Unsafe()), base::string16()));
|
|
|
| rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point,
|
| blink::WebDragOperationNone, 0);
|
|
|