| 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 c998ebf1767340f948ea955a2bf9f808070b4ab7..b2eb321238e7590b5ed83fc009ac4902311a1cfd 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| @@ -467,7 +467,8 @@ IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, EmbedderChangedAfterSwap) {
|
| net::TestServer https_server(
|
| net::TestServer::TYPE_HTTPS,
|
| net::TestServer::kLocalhost,
|
| - base::FilePath(FILE_PATH_LITERAL("content/test/data")));
|
| + net::TestServer::GetSourceRelativePath(
|
| + base::FilePath(FILE_PATH_LITERAL("content/test/data"))));
|
| ASSERT_TRUE(https_server.Start());
|
|
|
| // 1. Load an embedder page with one guest in it.
|
|
|