| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc
|
| index f157d42434b58a4893ec93006677b6e622eccfbc..b0c35b6b83030ce6bdeba138726158981bce255d 100644
|
| --- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc
|
| +++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/browser_finder.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h"
|
| @@ -94,6 +95,5 @@ IN_PROC_BROWSER_TEST_F(AppNonClientFrameViewAuraTest, ClickClose) {
|
| eg.ClickLeftButton();
|
| signal.Wait();
|
| EXPECT_EQ(1,
|
| - static_cast<int>(
|
| - BrowserList::GetBrowserCount(browser()->profile())));
|
| + static_cast<int>(browser::GetBrowserCount(browser()->profile())));
|
| }
|
|
|