Chromium Code Reviews| Index: chrome/browser/browser_navigator_browsertest.cc |
| =================================================================== |
| --- chrome/browser/browser_navigator_browsertest.cc (revision 62330) |
| +++ chrome/browser/browser_navigator_browsertest.cc (working copy) |
| @@ -71,8 +71,6 @@ |
| } |
| }; |
| -} // namespace |
| - |
| // This test verifies that when a navigation occurs within a tab, the tab count |
| // of the Browser remains the same and the current tab bears the loaded URL. |
| IN_PROC_BROWSER_TEST_F(BrowserNavigatorTest, Disposition_CurrentTab) { |
|
Marc-Antoine Ruel (Google)
2010/10/13 00:05:29
Tests shouldn't be in a anonymous namespace.
|
| @@ -381,3 +379,4 @@ |
| EXPECT_EQ(2, browser()->tab_count()); |
| } |
| +} // namespace |