Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: chrome_frame/simple_resource_loader.h

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/dll_redirector.cc ('k') | chrome_frame/simple_resource_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/simple_resource_loader.h
diff --git a/chrome_frame/simple_resource_loader.h b/chrome_frame/simple_resource_loader.h
index ceaf7f2c85f0ea8d07de05afa8372cd648f8acca..9c318871584e095db91c136d0cb354def376792b 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);
« no previous file with comments | « chrome_frame/dll_redirector.cc ('k') | chrome_frame/simple_resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698