Index: content/browser/renderer_host/render_view_host_manager_browsertest.cc |
diff --git a/content/browser/renderer_host/render_view_host_manager_browsertest.cc b/content/browser/renderer_host/render_view_host_manager_browsertest.cc |
index 94b33b04509f9573395d99f5e88219f06dabcc41..a2ce269c8339e966c66662b60691dffa1251143e 100644 |
--- a/content/browser/renderer_host/render_view_host_manager_browsertest.cc |
+++ b/content/browser/renderer_host/render_view_host_manager_browsertest.cc |
@@ -112,7 +112,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, NoScriptAccessAfterSwapOut) { |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -180,7 +180,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -233,7 +233,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -286,7 +286,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -334,7 +334,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -380,7 +380,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -463,7 +463,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, DisownOpener) { |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -551,7 +551,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -689,7 +689,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -760,7 +760,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -827,7 +827,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, ClickLinkAfter204Error) { |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -890,7 +890,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, BackForwardNotStale) { |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Visit a page on first site. |
@@ -1005,7 +1005,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Load a page with links that open in a new window. |
@@ -1131,7 +1131,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, LeakingRenderViewHosts) { |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// Observe the created render_view_host's to make sure they will not leak. |
@@ -1202,7 +1202,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, DISABLED_FrameTreeUpdates) { |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
EXPECT_TRUE(https_server.Start()); |
GURL frame_tree_url(test_server()->GetURL("files/frame_tree/top.html")); |
@@ -1371,7 +1371,7 @@ IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest, |
net::TestServer https_server( |
net::TestServer::TYPE_HTTPS, |
net::TestServer::kLocalhost, |
- FilePath(FILE_PATH_LITERAL("content/test/data"))); |
+ base::FilePath(FILE_PATH_LITERAL("content/test/data"))); |
ASSERT_TRUE(https_server.Start()); |
// 1. Load a page that deletes its iframe during unload. |