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

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 483883003: [Sync] Fix backup/rollback tests race conditions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/browser/sync/profile_sync_service_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
index 3a0773b116dff737c95764f527e70bac66298b8e..f3a351499c0e758c2fe15662422f5c6af5363671 100644
--- a/chrome/browser/sync/profile_sync_service_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc
@@ -286,7 +286,9 @@ class ProfileSyncServiceTest : public ::testing::Test {
return components_factory_;
}
- void ClearBrowsingDataCallback(Profile* profile, base::Time start,
+ void ClearBrowsingDataCallback(BrowsingDataRemover::Observer* observer,
+ Profile* profile,
+ base::Time start,
base::Time end) {
EXPECT_EQ(profile_, profile);
clear_browsing_date_start_ = start;

Powered by Google App Engine
This is Rietveld 408576698