| Index: chrome/browser/resources/about_version.html
|
| diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
|
| index a584f742eec9201b1226bf365d63c1667a49cc11..1b71053c2af8cc88ac59cc4cbb1e676f9167f91c 100644
|
| --- a/chrome/browser/resources/about_version.html
|
| +++ b/chrome/browser/resources/about_version.html
|
| @@ -8,7 +8,7 @@ about:version template page
|
| <head>
|
| <title i18n-content="title"></title>
|
| <if expr="pp_ifdef('android')">
|
| - <meta name="viewport" content="width=device-width"/>
|
| + <meta name="viewport" content="width=device-width">
|
| </if>
|
| <link rel="stylesheet" href="shared/css/about_version.css">
|
| <if expr="pp_ifdef('android')">
|
|
|