| 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;
|
|
|