Index: ios/chrome/browser/ui/keyboard/UIKeyCommand+Chrome.h |
diff --git a/ios/chrome/browser/ui/keyboard/UIKeyCommand+Chrome.h b/ios/chrome/browser/ui/keyboard/UIKeyCommand+Chrome.h |
index 181fd558f031e7115a3b856c8d6ed6fc366ba70e..4ea96e3dc78ff53b83a14aaec50b2ae9d2b1e070 100644 |
--- a/ios/chrome/browser/ui/keyboard/UIKeyCommand+Chrome.h |
+++ b/ios/chrome/browser/ui/keyboard/UIKeyCommand+Chrome.h |
@@ -57,7 +57,7 @@ extern UIKeyModifierFlags Cr_UIKeyModifierNone; |
// ]; |
// } |
// |
-// Or in a UIViewController: |
+// Or in a UIViewController starting in iOS 9: |
// |
// baz_view_controller.mm: |
// |