Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1563)

Unified Diff: chrome/browser/ui/webui/ntp/most_visited_browsertest.cc

Issue 12089051: Revert 179271 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/ntp/most_visited_browsertest.cc
===================================================================
--- chrome/browser/ui/webui/ntp/most_visited_browsertest.cc (revision 179344)
+++ 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,7 +18,6 @@
}
virtual void SetUpOnMainThread() {
- WebUIBrowserTest::SetUpOnMainThread();
ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUINewTabURL));
}
};

Powered by Google App Engine
This is Rietveld 408576698