| Index: chrome/browser/intents/register_intent_handler_infobar_delegate_unittest.cc
|
| diff --git a/chrome/browser/intents/register_intent_handler_infobar_delegate_unittest.cc b/chrome/browser/intents/register_intent_handler_infobar_delegate_unittest.cc
|
| index e6532ef55054fd6ea23d75f1d31ff9f468a71066..2743a28680b643a9ad87618d8e493cb93c19a8c6 100644
|
| --- a/chrome/browser/intents/register_intent_handler_infobar_delegate_unittest.cc
|
| +++ b/chrome/browser/intents/register_intent_handler_infobar_delegate_unittest.cc
|
| @@ -25,7 +25,7 @@ class MockWebIntentsRegistry : public WebIntentsRegistry {
|
| void(const webkit_glue::WebIntentServiceData&));
|
| };
|
|
|
| -ProfileKeyedBase* BuildMockWebIntentsRegistry(Profile* profile) {
|
| +ProfileKeyedService* BuildMockWebIntentsRegistry(Profile* profile) {
|
| return new MockWebIntentsRegistry;
|
| }
|
|
|
|
|