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. |