Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7213)

Unified Diff: chrome/test/data/webui/print_preview/print_preview_destination_search_test.js

Issue 2927653002: WebUI: Move test_browser_proxy.js one level up. (Closed)
Patch Set: Remove namespace Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/webui/print_preview/print_preview_destination_search_test.js
diff --git a/chrome/test/data/webui/print_preview/print_preview_destination_search_test.js b/chrome/test/data/webui/print_preview/print_preview_destination_search_test.js
index f22b75ffbe7ab787ea6f6771faad2ea6d3c54f78..eb665cafc1272d5e9a4250bac6bd0905f1e6dde1 100644
--- a/chrome/test/data/webui/print_preview/print_preview_destination_search_test.js
+++ b/chrome/test/data/webui/print_preview/print_preview_destination_search_test.js
@@ -25,7 +25,7 @@ PrintPreviewDestinationSearchTest.prototype = {
/** @override */
extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
- ROOT_PATH + 'chrome/test/data/webui/settings/test_browser_proxy.js',
+ ROOT_PATH + 'chrome/test/data/webui/test_browser_proxy.js',
'native_layer_stub.js',
]),

Powered by Google App Engine
This is Rietveld 408576698