Index: chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
diff --git a/chrome/browser/ui/pdf/pdf_unsupported_feature.cc b/chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
index 707a868ae39d41490f3cacfa554ccde627f35d25..7408a4e9dd2dd5975b8d515a83caa333e177665e 100644 |
--- a/chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
+++ b/chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
@@ -212,7 +212,7 @@ class PDFUnsupportedFeatureInterstitial |
} else if (command == "2") { |
content::RecordAction( |
UserMetricsAction("PDF_ReaderInterstitialIgnore")); |
- // Pretend that the plugin is up-to-date so that we don't block it. |
+ // Pretend that the plugin is up to date so that we don't block it. |
reader_webplugininfo_.version = base::ASCIIToUTF16("11.0.0.0"); |
OpenUsingReader(web_contents_, reader_webplugininfo_, NULL); |
} else { |