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

Unified Diff: components/ssl_errors/error_classification_unittest.cc

Issue 2448943004: Add experimental feature info to certificate reports (Closed)
Patch Set: battre comment Created 4 years, 1 month 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 | « components/network_time/network_time_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_errors/error_classification_unittest.cc
diff --git a/components/ssl_errors/error_classification_unittest.cc b/components/ssl_errors/error_classification_unittest.cc
index 1e0990faa7dd6702a11a93ed636abf7f5bc0139d..800ccd78f55232a42741903c91ef064e83c8847b 100644
--- a/components/ssl_errors/error_classification_unittest.cc
+++ b/components/ssl_errors/error_classification_unittest.cc
@@ -358,7 +358,7 @@ TEST_F(SSLErrorClassificationTest, NetworkClockStateHistogram) {
network_time_tracker.SetTimeServerURLForTesting(test_server.GetURL("/"));
field_trial_test()->SetNetworkQueriesWithVariationsService(
true, 0.0,
- network_time::FieldTrialTest::FETCHES_IN_BACKGROUND_AND_ON_DEMAND);
+ network_time::NetworkTimeTracker::FETCHES_IN_BACKGROUND_AND_ON_DEMAND);
// No sync attempt.
EXPECT_EQ(
« no previous file with comments | « components/network_time/network_time_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698