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

Unified Diff: chrome/browser/chromeos/login/user_controller_unittest.cc

Issue 7744039: Switch ChromeTestSuite to the same convention as ContentTestSuite: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixing Created 9 years, 4 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
Index: chrome/browser/chromeos/login/user_controller_unittest.cc
diff --git a/chrome/browser/chromeos/login/user_controller_unittest.cc b/chrome/browser/chromeos/login/user_controller_unittest.cc
index ff8681068aa251b3a15da532d9aa7444fe3ca9a9..74642fc267d8361b0a833bfc2dc518d305abf91c 100644
--- a/chrome/browser/chromeos/login/user_controller_unittest.cc
+++ b/chrome/browser/chromeos/login/user_controller_unittest.cc
@@ -29,7 +29,6 @@ TEST(UserControllerTest, GetNameTooltipExistingUser) {
// We need to have NotificationService and g_browser_process initialized
// before we create UserController for existing user.
// Otherwise we crash with either SEGFAULT or DCHECK.
- ScopedTestingBrowserProcess browser_process;
UserManager::User existing_user;
existing_user.set_email("someordinaryuser@domain.com");
UserController existing_user_controller(NULL, existing_user);

Powered by Google App Engine
This is Rietveld 408576698