| Index: chrome/test/ui/layout_plugin_uitest.cc
|
| diff --git a/chrome/test/ui/layout_plugin_uitest.cc b/chrome/test/ui/layout_plugin_uitest.cc
|
| index fa46e2a9b3594e14c6197d3e3d1a8cacc3fdb551..f0778ab7880bf6eca0b336297541e118336626a1 100644
|
| --- a/chrome/test/ui/layout_plugin_uitest.cc
|
| +++ b/chrome/test/ui/layout_plugin_uitest.cc
|
| @@ -57,9 +57,9 @@ TEST_F(LayoutPluginTester, UnloadNoCrash) {
|
| CreateDirectory(plugins_directory.c_str(), NULL);
|
| CopyFile(plugin_src.c_str(), plugin_dest.c_str(), true /* overwrite */);
|
|
|
| - std::wstring path;
|
| + FilePath path;
|
| PathService::Get(chrome::DIR_TEST_DATA, &path);
|
| - file_util::AppendToPath(&path, L"npapi/layout_test_plugin.html");
|
| + path = path.AppendASCII("npapi").AppendASCII("layout_test_plugin.html");
|
| NavigateToURL(net::FilePathToFileURL(path));
|
|
|
| std::wstring title;
|
|
|