| Index: chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
|
| diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html b/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
|
| index 37e139f46a950fc80afa812a7abe618ac9651543..691cb34a26106a946a01c72b8ac6f5ff90dd0547 100644
|
| --- a/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
|
| +++ b/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
|
| @@ -1,7 +1,8 @@
|
| +<link rel="import" href="chrome://resources/html/polymer.html">
|
| +
|
| <link rel="import" href="chrome://resources/html/assert.html">
|
| <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html">
|
| <link rel="import" href="chrome://resources/html/i18n_behavior.html">
|
| -<link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| <link rel="import" href="android_apps_browser_proxy.html">
|
| <link rel="import" href="../i18n_setup.html">
|
|
|