| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
 | 
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
 | 
| index bca5b8170d594ca61fa2afda86231bc7b12bcab6..fe4b6b95ed406f6a479938633df405a98c2c4b6a 100644
 | 
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
 | 
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
 | 
| @@ -59,7 +59,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
 | 
|  
 | 
|    bool CreateRoot(syncable::ModelType model_type);
 | 
|  
 | 
| -  static ProfileKeyedBase* BuildTokenService(Profile* profile);
 | 
| +  static ProfileKeyedService* BuildTokenService(Profile* profile);
 | 
|   protected:
 | 
|    MessageLoopForUI ui_loop_;
 | 
|    content::TestBrowserThread ui_thread_;
 | 
| 
 |