Index: ui/base/resource/resource_bundle_aurax11.cc |
diff --git a/ui/base/resource/resource_bundle_aurax11.cc b/ui/base/resource/resource_bundle_aurax11.cc |
index 389c87e643bd59edefa941393de2e44cee5af918..4bc7ee696659ceb1ceb2c64d3ee857b0bcbbf93e 100644 |
--- a/ui/base/resource/resource_bundle_aurax11.cc |
+++ b/ui/base/resource/resource_bundle_aurax11.cc |
@@ -16,7 +16,7 @@ |
namespace { |
-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()); |