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

Unified Diff: content/test/layout_browsertest.h

Issue 10820007: Move all the layout tests that ran under browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 5 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: content/test/layout_browsertest.h
===================================================================
--- content/test/layout_browsertest.h (revision 148205)
+++ content/test/layout_browsertest.h (working copy)
@@ -4,11 +4,12 @@
#include "base/file_path.h"
#include "base/scoped_temp_dir.h"
-#include "chrome/test/base/in_process_browser_test.h"
+#include "content/test/content_browser_test.h"
+class GURL;
class LayoutTestHttpServer;
-class InProcessBrowserLayoutTest : public InProcessBrowserTest {
+class InProcessBrowserLayoutTest : public content::ContentBrowserTest {
public:
explicit InProcessBrowserLayoutTest(const FilePath& test_parent_dir,
const FilePath& test_case_dir);

Powered by Google App Engine
This is Rietveld 408576698