summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/view_source_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/view_source_uitest.cc')
-rw-r--r--chrome/browser/tab_contents/view_source_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/view_source_uitest.cc b/chrome/browser/tab_contents/view_source_uitest.cc
index ee16bf4..79e199c 100644
--- a/chrome/browser/tab_contents/view_source_uitest.cc
+++ b/chrome/browser/tab_contents/view_source_uitest.cc
@@ -32,8 +32,6 @@ class ViewSourceTest : public UITest {
std::wstring test_html_;
};
-} // namespace
-
// This test renders a page in view-source and then checks to see if a cookie
// set in the html was set successfully (it shouldn't because we rendered the
// page in view source)
@@ -107,3 +105,5 @@ TEST_F(ViewSourceTest, ViewSourceInPageMenuDisabledWhileViewingSource) {
EXPECT_FALSE(IsPageMenuCommandEnabled(IDC_VIEW_SOURCE));
}
+
+} // namespace