From 8ac1a75acadaa2aae065212cb6255d00c789a184 Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Thu, 31 Jul 2008 19:40:37 +0000 Subject: Move more net classes into the net namespace. Also remove the net_util namespace in favor of the net namespace. This is a purely mechanical change. There should be no logic changes. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/page_cycler/page_cycler_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/test/page_cycler/page_cycler_test.cc') diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc index 421c665..b9a77bd 100644 --- a/chrome/test/page_cycler/page_cycler_test.cc +++ b/chrome/test/page_cycler/page_cycler_test.cc @@ -86,7 +86,7 @@ class PageCyclerTest : public UITest { file_util::AppendToPath(&test_path, L"page_cycler"); file_util::AppendToPath(&test_path, name); file_util::AppendToPath(&test_path, L"start.html"); - test_url = net_util::FilePathToFileURL(test_path); + test_url = net::FilePathToFileURL(test_path); } // run N iterations -- cgit v1.1