Index: chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc |
=================================================================== |
--- chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc (revision 284629) |
+++ chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc (working copy) |
@@ -4,11 +4,9 @@ |
#include "chrome/browser/ui/app_list/test/chrome_app_list_test_support.h" |
-#include "chrome/browser/signin/signin_manager_factory.h" |
#include "chrome/browser/ui/app_list/app_list_service.h" |
#include "chrome/browser/ui/app_list/app_list_syncable_service.h" |
#include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h" |
-#include "components/signin/core/browser/signin_manager.h" |
namespace test { |
@@ -22,9 +20,4 @@ |
return AppListService::Get(chrome::GetActiveDesktop()); |
} |
-void SigninProfile(Profile* profile) { |
- SigninManagerFactory::GetForProfile(profile)-> |
- SetAuthenticatedUsername("user@example.com"); |
-} |
- |
} // namespace test |