| Index: chrome/browser/ui/pdf/adobe_reader_info_win.cc
|
| diff --git a/chrome/browser/ui/pdf/adobe_reader_info_win.cc b/chrome/browser/ui/pdf/adobe_reader_info_win.cc
|
| index 601f1570c4f10a28651bcdb29650a20a446e676a..dee3a1c51dc97e47e403a0d76ca0256fcd5421e6 100644
|
| --- a/chrome/browser/ui/pdf/adobe_reader_info_win.cc
|
| +++ b/chrome/browser/ui/pdf/adobe_reader_info_win.cc
|
| @@ -57,8 +57,7 @@ base::FilePath GetInstalledPath(const base::char16* app) {
|
| filepath = base::FilePath(path);
|
| }
|
| }
|
| -
|
| - return filepath;
|
| + return filepath.Append(app);
|
| }
|
|
|
| bool IsPdfMimeType(const content::WebPluginMimeType& plugin_mime_type) {
|
|
|