Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
index 5dc3de4ffe43db1f8c156dcf9bff34d1a0baa9e9..75e5180088ebfa28cd61a731dda368182e4dc430 100644 |
--- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
@@ -902,7 +902,7 @@ IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, AcceptDragEvents) { |
ASSERT_TRUE(end->GetDouble(0, &end_x) && end->GetDouble(1, &end_y)); |
WebDropData drop_data; |
- GURL url = GURL("https://www.domain.com/index.html"); |
+ GURL url = GURL("https://www.example.com/index.html"); |
jam
2013/01/08 18:00:55
please use an owner from content/browser/browser_p
|
drop_data.url = url; |
// Pretend that the URL is being dragged over the embedder. Start the drag |