| 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 0f6092d17996cf85d2bb3427ff5636f81cce6a10..aad1ef10e83ed42b472a03c82510f52310d40163 100644
|
| --- a/ui/base/resource/resource_bundle_win.cc
|
| +++ b/ui/base/resource/resource_bundle_win.cc
|
| @@ -25,12 +25,12 @@ HINSTANCE GetCurrentResourceDLL() {
|
| }
|
|
|
| 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(ASCIIToUTF16(pak_name));
|
| + return base::FilePath(ASCIIToUTF16(pak_name));
|
| }
|
|
|
| } // namespace
|
|
|