| Index: components/version_ui/resources/about_version.html | 
| diff --git a/components/version_ui/resources/about_version.html b/components/version_ui/resources/about_version.html | 
| index 9900014c1334a8f865fd0ef139b1bbfcf034dedf..372704412c903ff6cd487cba23496fdf1520363e 100644 | 
| --- a/components/version_ui/resources/about_version.html | 
| +++ b/components/version_ui/resources/about_version.html | 
| @@ -33,10 +33,11 @@ about:version template page | 
| <body> | 
| <div id="outer"> | 
| <div id="logo"> | 
| -<if expr="enable_themes"> | 
| +<if expr="not is_android and not is_ios"> | 
| +        <!-- Version for themes. --> | 
| <img src="chrome://theme/IDR_PRODUCT_LOGO"> | 
| </if> | 
| -<if expr="not enable_themes"> | 
| +<if expr="is_ios or is_android"> | 
| <img src="../../../components/resources/default_100_percent/%DISTRIBUTION%/product_logo.png"> | 
| </if> | 
| <div id="company" i18n-content="company"></div> | 
|  |