| Index: chrome/test/data/webui/md_history/md_history_focus_test.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_focus_test.js b/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| index 522a45a99016f349f7de1642b6c0d3fa5c0fc41e..12de39031a7862ae146d4b0f9ff767b2cbac3ab3 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| @@ -10,15 +10,12 @@
|
| var ROOT_PATH = '../../../../../';
|
|
|
| GEN_INCLUDE(
|
| - [ROOT_PATH + 'chrome/test/data/webui/polymer_browser_test_base.js']);
|
| -GEN('#include "chrome/browser/ui/browser.h"');
|
| -GEN('#include "chrome/browser/ui/tabs/tab_strip_model.h"');
|
| -GEN('#include "content/public/browser/web_contents.h"');
|
| + [ROOT_PATH + 'chrome/test/data/webui/polymer_interactive_ui_test.js']);
|
|
|
| function MaterialHistoryFocusTest() {}
|
|
|
| MaterialHistoryFocusTest.prototype = {
|
| - __proto__: PolymerTest.prototype,
|
| + __proto__: PolymerInteractiveUITest.prototype,
|
|
|
| browsePreload: 'chrome://history',
|
|
|
|
|