| 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 d8d104f7f5e4dbadfeb7f7ab570fe11f1b871edf..27d6c64916cd6785b010d727d9b3156399b1f94c 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -31,7 +31,7 @@
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
| #include "chrome/browser/ui/browser.h"
|
| -#include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/ui/browser_finder.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -374,7 +374,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());
|
| + CHECK_EQ(0U, chrome::GetTotalBrowserCount());
|
| clients_.clear();
|
| }
|
|
|
|
|