diff options
Diffstat (limited to 'chrome_frame/simple_resource_loader.h')
-rw-r--r-- | chrome_frame/simple_resource_loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/simple_resource_loader.h b/chrome_frame/simple_resource_loader.h index ceaf7f2..9c31887 100644 --- a/chrome_frame/simple_resource_loader.h +++ b/chrome_frame/simple_resource_loader.h @@ -43,7 +43,7 @@ class SimpleResourceLoader { static void GetPreferredLanguages(std::vector<std::wstring>* language_tags); // Populates |locales_path| with the path to the "Locales" directory. - static void DetermineLocalesDirectory(FilePath* locales_path); + static void DetermineLocalesDirectory(base::FilePath* locales_path); // Returns false if |language_tag| is malformed. static bool IsValidLanguageTag(const std::wstring& language_tag); @@ -60,7 +60,7 @@ class SimpleResourceLoader { // |dll_handle|, the data pack in |data_pack| and the locale language in // the |language| parameter. static bool LoadLocalePack(const std::vector<std::wstring>& language_tags, - const FilePath& locales_path, + const base::FilePath& locales_path, HMODULE* dll_handle, ui::DataPack** data_pack, std::wstring* language); |