| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 4ca69151917b7512bb3abbbeb019944e0a993ba3..b58b9f419711fe3cbd548cac6eac07330d8fa13d 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -471,7 +471,7 @@ bool SyncTest::SetupSync() {
|
| return true;
|
| }
|
|
|
| -void SyncTest::CleanUpOnMainThread() {
|
| +void SyncTest::TearDownOnMainThread() {
|
| for (size_t i = 0; i < clients_.size(); ++i) {
|
| clients_[i]->service()->DisableForUser();
|
| }
|
|
|