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

Unified Diff: chrome/app/breakpad_unittest_win.cc

Issue 10795060: Rename all of experiments_helper to variations_helper, including files, namespaces, and various fun… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 4 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
« no previous file with comments | « chrome/app/breakpad_field_trial_win.cc ('k') | chrome/app/breakpad_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_unittest_win.cc
===================================================================
--- chrome/app/breakpad_unittest_win.cc (revision 151328)
+++ chrome/app/breakpad_unittest_win.cc (working copy)
@@ -29,7 +29,7 @@
(*g_custom_entries)[g_num_of_experiments_offset].value);
// We make a copy of the array that we empty as we find the experiments.
Experiments experiments_left(experiments);
- for (int i = 0; i < kMaxReportedExperimentChunks; ++i) {
+ for (int i = 0; i < kMaxReportedVariationChunks; ++i) {
EXPECT_STREQ(base::StringPrintf(L"experiment-chunk-%i", i + 1).c_str(),
(*g_custom_entries)[g_experiment_chunks_offset + i].name);
if (experiments_left.empty()) {
« no previous file with comments | « chrome/app/breakpad_field_trial_win.cc ('k') | chrome/app/breakpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698