diff options
Diffstat (limited to 'chrome_frame/test/simple_resource_loader_test.cc')
-rw-r--r-- | chrome_frame/test/simple_resource_loader_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/simple_resource_loader_test.cc b/chrome_frame/test/simple_resource_loader_test.cc index bf881c0..d9f60cc8 100644 --- a/chrome_frame/test/simple_resource_loader_test.cc +++ b/chrome_frame/test/simple_resource_loader_test.cc @@ -11,8 +11,8 @@ TEST(SimpleResourceLoaderTest, LoadLocaleDll) { std::vector<std::wstring> language_tags; - FilePath locales_path; - FilePath file_path; + base::FilePath locales_path; + base::FilePath file_path; HMODULE dll_handle = NULL; SimpleResourceLoader::DetermineLocalesDirectory(&locales_path); |