Index: ui/base/resource/resource_bundle_win.cc |
diff --git a/ui/base/resource/resource_bundle_win.cc b/ui/base/resource/resource_bundle_win.cc |
index aad1ef10e83ed42b472a03c82510f52310d40163..a98bbaf3384879682ca934becae9e99fecbf8e66 100644 |
--- a/ui/base/resource/resource_bundle_win.cc |
+++ b/ui/base/resource/resource_bundle_win.cc |
@@ -24,7 +24,7 @@ HINSTANCE GetCurrentResourceDLL() { |
return GetModuleHandle(NULL); |
} |
-FilePath GetResourcesPakFilePath(const std::string& pak_name) { |
+base::FilePath GetResourcesPakFilePath(const std::string& pak_name) { |
base::FilePath path; |
if (PathService::Get(base::DIR_MODULE, &path)) |
return path.AppendASCII(pak_name.c_str()); |