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

Unified Diff: tracing/tracing/model/helpers/chrome_browser_helper_test.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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: tracing/tracing/model/helpers/chrome_browser_helper_test.html
diff --git a/tracing/tracing/model/helpers/chrome_browser_helper_test.html b/tracing/tracing/model/helpers/chrome_browser_helper_test.html
index 8c19e12b98ea5f70fef223a7ddce085aca21dd51..3cfd949b375dea58d32f918b16c0a585dfaf0cb0 100644
--- a/tracing/tracing/model/helpers/chrome_browser_helper_test.html
+++ b/tracing/tracing/model/helpers/chrome_browser_helper_test.html
@@ -20,7 +20,7 @@ tr.b.unittest.testSuite(function() {
var INPUT_TYPE = tr.e.cc.INPUT_EVENT_TYPE_NAMES;
function getRange(min, max) {
- var range = new tr.b.Range();
+ var range = new tr.b.math.Range();
range.min = min;
range.max = max;
return range;
« no previous file with comments | « tracing/tracing/model/helpers/android_surface_flinger.html ('k') | tracing/tracing/model/helpers/chrome_model_helper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698