| Index: chrome/browser/ui/webui/ntp/most_visited_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/most_visited_browsertest.cc (revision 179251)
|
| +++ chrome/browser/ui/webui/ntp/most_visited_browsertest.cc (working copy)
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/file_path.h"
|
| -#include "chrome/browser/ui/webui/web_ui_browsertest.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| +#include "chrome/test/base/web_ui_browsertest.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| class MostVisitedWebUITest : public WebUIBrowserTest {
|
| @@ -18,6 +18,7 @@
|
| }
|
|
|
| virtual void SetUpOnMainThread() {
|
| + WebUIBrowserTest::SetUpOnMainThread();
|
| ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUINewTabURL));
|
| }
|
| };
|
|
|