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

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: fix android 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
Index: chrome/app/breakpad_unittest_win.cc
===================================================================
--- chrome/app/breakpad_unittest_win.cc (revision 151037)
+++ 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()) {

Powered by Google App Engine
This is Rietveld 408576698