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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 379283002: Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ilya's initial comments Created 6 years, 5 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/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 0e42b5c98059fa87d7ab4155073e981a83db7a66..91e4cef3e5557930bc321ef549d3de66507beeac 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -270,8 +270,8 @@
'test/base/tracing.h',
'test/base/ui_test_utils.cc',
'test/base/ui_test_utils.h',
- 'test/base/uma_histogram_helper.cc',
- 'test/base/uma_histogram_helper.h',
+ 'test/base/chrome_histogram_tester.cc',
+ 'test/base/chrome_histogram_tester.h',
'test/logging/win/file_logger.cc',
'test/logging/win/file_logger.h',
'test/logging/win/log_file_printer.cc',

Powered by Google App Engine
This is Rietveld 408576698