| Index: chrome/browser/resources/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/about_page/about_page.html b/chrome/browser/resources/about_page/about_page.html
|
| index 751d71784125abec436fdd9c82b0bb851b7d930a..7265ab0e63aac08b4d24a725567d1ec82a5a3561 100644
|
| --- a/chrome/browser/resources/about_page/about_page.html
|
| +++ b/chrome/browser/resources/about_page/about_page.html
|
| @@ -14,9 +14,9 @@
|
| <script src="chrome://about-page-frame/about_page.js"></script>
|
| </head>
|
|
|
| -<body>
|
| +<body class="uber-frame">
|
|
|
| -<div id="aboutPage" class="page">
|
| +<div class="page">
|
| <h1 i18n-content="product"></h1>
|
| <div id="aboutPageLessInfo">
|
| <section>
|
|
|