| 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 25427181625e4e7b4ac72c4c8d2b7764c6c4d09d..05fca77de9942ab0493ae5f146e5e7916884356c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -350,7 +350,7 @@ void SyncTest::CleanUpOnMainThread() {
|
| // All browsers should be closed at this point, or else we could see memory
|
| // corruption in QuitBrowser().
|
| CHECK_EQ(0U, BrowserList::size());
|
| - clients_.reset();
|
| + clients_.clear();
|
| }
|
|
|
| void SyncTest::SetUpInProcessBrowserTestFixture() {
|
|
|