| 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 810e01160566a0b337bef2c1275ad8fec5534ac1..389c87e643bd59edefa941393de2e44cee5af918 100644
|
| --- a/ui/base/resource/resource_bundle_aurax11.cc
|
| +++ b/ui/base/resource/resource_bundle_aurax11.cc
|
| @@ -17,12 +17,12 @@
|
| namespace {
|
|
|
| FilePath GetResourcesPakFilePath(const std::string& pak_name) {
|
| - FilePath path;
|
| + base::FilePath path;
|
| if (PathService::Get(base::DIR_MODULE, &path))
|
| return path.AppendASCII(pak_name.c_str());
|
|
|
| // Return just the name of the pack file.
|
| - return FilePath(pak_name.c_str());
|
| + return base::FilePath(pak_name.c_str());
|
| }
|
|
|
| } // namespace
|
|
|