| Index: chrome/browser/ui/app_list/start_page_service_factory.cc
 | 
| diff --git a/chrome/browser/ui/app_list/start_page_service_factory.cc b/chrome/browser/ui/app_list/start_page_service_factory.cc
 | 
| index 093711b40b236d6aed99151b5a36c88c3927cec8..d5f8a72e4e2754dda77766300ba2c1a5901f713c 100644
 | 
| --- a/chrome/browser/ui/app_list/start_page_service_factory.cc
 | 
| +++ b/chrome/browser/ui/app_list/start_page_service_factory.cc
 | 
| @@ -31,7 +31,7 @@ StartPageService* StartPageServiceFactory::GetForProfile(Profile* profile) {
 | 
|  
 | 
|  // static
 | 
|  StartPageServiceFactory* StartPageServiceFactory::GetInstance() {
 | 
| -  return Singleton<StartPageServiceFactory>::get();
 | 
| +  return base::Singleton<StartPageServiceFactory>::get();
 | 
|  }
 | 
|  
 | 
|  StartPageServiceFactory::StartPageServiceFactory()
 | 
| 
 |