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

Unified Diff: components/browsing_data/core/browsing_data_utils_unittest.cc

Issue 2855623005: Move browsing_data counter sync tests to separate file (Closed)
Patch Set: fixes Created 3 years, 7 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: components/browsing_data/core/browsing_data_utils_unittest.cc
diff --git a/components/browsing_data/core/browsing_data_utils_unittest.cc b/components/browsing_data/core/browsing_data_utils_unittest.cc
index ad4ea6531129d582cf0be4389f582631fab8453b..a39dbbd7fcfd786ac93d1345c92524d997e545c8 100644
--- a/components/browsing_data/core/browsing_data_utils_unittest.cc
+++ b/components/browsing_data/core/browsing_data_utils_unittest.cc
@@ -113,7 +113,7 @@ TEST_F(BrowsingDataUtilsTest, PasswordsCounterResult) {
};
for (const TestCase& test_case : kTestCases) {
- browsing_data::PasswordsCounter::PasswordResult result(
+ browsing_data::BrowsingDataCounter::SyncResult result(
&counter, test_case.num_passwords, test_case.is_synced);
SCOPED_TRACE(base::StringPrintf("Test params: %d password(s), %d is_synced",
test_case.num_passwords,
« no previous file with comments | « components/browsing_data/core/browsing_data_utils.cc ('k') | components/browsing_data/core/counters/autofill_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698