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 67e08d28389c0b176823008d8fedb43a048e44b1..3196097f53c006f87f0c285b4370a367075e7666 100644 |
--- a/content/browser/renderer_host/render_view_host_unittest.cc |
+++ b/content/browser/renderer_host/render_view_host_unittest.cc |
@@ -199,7 +199,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()), string16())); |
+ UTF8ToUTF16(dragged_file_path.AsUTF8Unsafe()), base::string16())); |
rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point, |
blink::WebDragOperationNone, 0); |