| Index: printing/backend/win_helper.cc
|
| diff --git a/printing/backend/win_helper.cc b/printing/backend/win_helper.cc
|
| index fe4bacdffb94e70da908dcb0c943aa7f2dc9d638..b3b67244189ff4b8f5fa43273236fe909897980e 100644
|
| --- a/printing/backend/win_helper.cc
|
| +++ b/printing/backend/win_helper.cc
|
| @@ -324,7 +324,7 @@ std::string GetDriverInfo(HANDLE printer) {
|
| if (info_6.get()->pDriverPath) {
|
| scoped_ptr<FileVersionInfo> version_info(
|
| FileVersionInfo::CreateFileVersionInfo(
|
| - FilePath(info_6.get()->pDriverPath)));
|
| + base::FilePath(info_6.get()->pDriverPath)));
|
| if (version_info.get()) {
|
| info[1] = WideToUTF8(version_info->file_version());
|
| info[2] = WideToUTF8(version_info->product_name());
|
|
|