| Index: chrome/browser/profiles/avatar_menu_model_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/avatar_menu_model_unittest.cc (revision 96106)
|
| +++ chrome/browser/profiles/avatar_menu_model_unittest.cc (working copy)
|
| @@ -9,7 +9,6 @@
|
| #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"
|
| @@ -67,7 +66,7 @@
|
| int count_;
|
| };
|
|
|
| -class AvatarMenuModelTest : public TestingBrowserProcessTest {
|
| +class AvatarMenuModelTest : public testing::Test {
|
| public:
|
| FakeProfileInfo* cache() {
|
| return &cache_;
|
|
|