Skip to content
Snippets Groups Projects
Commit c2868d7e authored by pinkerton@chromium.org's avatar pinkerton@chromium.org
Browse files

Fix namespace to ultimately compile on Mac

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/115924

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17187 0039d316-1c4b-4281-b951-d872f2087c98
parent 93e18176
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,6 @@ class SessionRestoreUITest : public UITest {
DISALLOW_COPY_AND_ASSIGN(SessionRestoreUITest);
};
} // namespace
TEST_F(SessionRestoreUITest, Basic) {
NavigateToURL(url1_);
NavigateToURL(url2_);
......@@ -414,3 +412,5 @@ TEST_F(SessionRestoreUITest, ShareProcessesOnRestore) {
ASSERT_EQ(expected_process_count, GetBrowserProcessCount());
}
#endif
} // namespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment