| Index: chrome/browser/intents/intent_service_host.h
|
| diff --git a/chrome/browser/intents/intent_service_host.h b/chrome/browser/intents/intent_service_host.h
|
| index 283e6bf02421b1e6daf6fa1f1f6b3e2d8dca5ce4..f992c3650ebfee84ca8b14751635ed81f85d1858 100644
|
| --- a/chrome/browser/intents/intent_service_host.h
|
| +++ b/chrome/browser/intents/intent_service_host.h
|
| @@ -14,6 +14,7 @@ class WebIntentsDispatcher;
|
| namespace web_intents {
|
|
|
| // Interface allowing services to be implemented in various host environments.
|
| +// Implementations should be owned by their creator.
|
| class IntentServiceHost {
|
| public:
|
| virtual ~IntentServiceHost() {}
|
|
|