| Index: chrome_frame/test/simple_resource_loader_test.cc
 | 
| diff --git a/chrome_frame/test/simple_resource_loader_test.cc b/chrome_frame/test/simple_resource_loader_test.cc
 | 
| index bf881c0efe4f75705d9cabf4a9073d147f02106a..d9f60cc8ba567f88982a3289963c769e193de2a0 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);
 | 
| 
 |