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

Unified Diff: chrome/browser/profiles/avatar_menu_model_unittest.cc

Issue 7601006: GTTF: Use a fresh TestingBrowserProcess for each test, part #5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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/profiles/avatar_menu_model_unittest.cc
===================================================================
--- chrome/browser/profiles/avatar_menu_model_unittest.cc (revision 96265)
+++ chrome/browser/profiles/avatar_menu_model_unittest.cc (working copy)
@@ -9,6 +9,7 @@
#include "chrome/browser/profiles/avatar_menu_model_observer.h"
#include "chrome/browser/profiles/profile_info_interface.h"
#include "chrome/common/chrome_notification_types.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "content/common/notification_service.h"
#include "grit/theme_resources.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -66,7 +67,7 @@
int count_;
};
-class AvatarMenuModelTest : public testing::Test {
+class AvatarMenuModelTest : public TestingBrowserProcessTest {
public:
FakeProfileInfo* cache() {
return &cache_;

Powered by Google App Engine
This is Rietveld 408576698