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

Unified Diff: chrome/test/data/webui/test_browser_proxy.js

Issue 2927653002: WebUI: Move test_browser_proxy.js one level up. (Closed)
Patch Set: 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/test_browser_proxy.js
diff --git a/chrome/test/data/webui/settings/test_browser_proxy.js b/chrome/test/data/webui/test_browser_proxy.js
similarity index 98%
rename from chrome/test/data/webui/settings/test_browser_proxy.js
rename to chrome/test/data/webui/test_browser_proxy.js
index 9d8821091b4ee43405c5afe924f69aabfff3c1bf..93c489ec71172a8ada8049ea05cfa337a6d73fae 100644
--- a/chrome/test/data/webui/settings/test_browser_proxy.js
+++ b/chrome/test/data/webui/test_browser_proxy.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-cr.define('settings', function() {
+cr.define('test', function() {
/**
* A base class for all test browser proxies to inherit from. Provides helper
* methods for allowing tests to track when a method was called.

Powered by Google App Engine
This is Rietveld 408576698