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

Unified Diff: content/test/layout_browsertest.h

Issue 11346016: Move remaining content test code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix compile Created 8 years, 2 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 164732)
+++ content/test/layout_browsertest.h (working copy)
@@ -7,12 +7,11 @@
#include "content/test/content_browser_test.h"
class GURL;
+namespace content {
tfarina 2012/10/29 21:01:30 newline between 9-10.
jam 2012/10/29 23:48:07 Done.
class LayoutTestHttpServer;
-namespace content {
class WebKitTestController;
-}
-class InProcessBrowserLayoutTest : public content::ContentBrowserTest {
+class InProcessBrowserLayoutTest : public ContentBrowserTest {
public:
explicit InProcessBrowserLayoutTest(const FilePath& test_parent_dir,
const FilePath& test_case_dir);
@@ -53,7 +52,9 @@
int port_; // -2 means no port. -1 means random.
scoped_ptr<LayoutTestHttpServer> test_http_server_;
- scoped_ptr<content::WebKitTestController> test_controller_;
+ scoped_ptr<WebKitTestController> test_controller_;
DISALLOW_COPY_AND_ASSIGN(InProcessBrowserLayoutTest);
};
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698