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

Unified Diff: chrome/browser/browser_navigator_browsertest.cc

Issue 3697009: Fix broken trybot compiles by moving test cases inside the anonymous namespac... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698