summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/dom_checker_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/dom_checker_uitest.cc b/chrome/test/ui/dom_checker_uitest.cc
index a5b8ff2..aa8c49a 100644
--- a/chrome/test/ui/dom_checker_uitest.cc
+++ b/chrome/test/ui/dom_checker_uitest.cc
@@ -214,8 +214,6 @@ class DomCheckerTest : public UITest {
DISALLOW_COPY_AND_ASSIGN(DomCheckerTest);
};
-} // namespace
-
TEST_F(DomCheckerTest, File) {
if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
return;
@@ -233,3 +231,5 @@ TEST_F(DomCheckerTest, Http) {
RunTest(true, &new_passes, &new_failures);
PrintResults(new_passes, new_failures);
}
+
+} // namespace