| Index: chrome/browser/tabs/pinned_tab_service_unittest.cc
 | 
| diff --git a/chrome/browser/tabs/pinned_tab_service_unittest.cc b/chrome/browser/tabs/pinned_tab_service_unittest.cc
 | 
| index 0296c40f048a276dbb10ec3239c72afc28bb14e1..6f003387d2c010400c357ba29bb796c53b03a048 100644
 | 
| --- a/chrome/browser/tabs/pinned_tab_service_unittest.cc
 | 
| +++ b/chrome/browser/tabs/pinned_tab_service_unittest.cc
 | 
| @@ -17,7 +17,7 @@
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| -ProfileKeyedBase* BuildPinnedTabService(Profile* profile) {
 | 
| +ProfileKeyedService* BuildPinnedTabService(Profile* profile) {
 | 
|    return new PinnedTabService(profile);
 | 
|  }
 | 
|  
 | 
| 
 |