| Index: chrome/browser/resources/md_history/history_toolbar.html
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
|
| index 971eb5d42dd67e850b6086dde9b4c8a98ecf0d65..eb3cd4380696d7406252b5ec933b5e966742c851 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -7,9 +7,9 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tab.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.html">
|
| <link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| +<link rel="import" href="chrome://resources/cr_elements/cr_lazy_render/cr_lazy_render.html">
|
| <link rel="import" href="chrome://resources/cr_elements/cr_toolbar/cr_toolbar.html">
|
| <link rel="import" href="chrome://history/icons.html">
|
| -<link rel="import" href="chrome://history/lazy_render.html">
|
| <link rel="import" href="chrome://history/shared_style.html">
|
|
|
| <dom-module id="history-toolbar">
|
| @@ -178,7 +178,7 @@
|
| </template>
|
| </div>
|
| </cr-toolbar>
|
| - <template is="history-lazy-render" id="syncNotice">
|
| + <template is="cr-lazy-render" id="syncNotice">
|
| <iron-dropdown vertical-align="top" horizontal-align="right"
|
| allow-outside-scroll>
|
| <div class="dropdown-content">
|
|
|