| Index: content/browser/intents/intent_injector.h
|
| diff --git a/content/browser/intents/intent_injector.h b/content/browser/intents/intent_injector.h
|
| index f658446a73302d617bc89d3bb51bd7b6a9f7a812..60d5cb99972b9cd386965d8f264092d9390af531 100644
|
| --- a/content/browser/intents/intent_injector.h
|
| +++ b/content/browser/intents/intent_injector.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/string16.h"
|
| #include "content/browser/tab_contents/tab_contents_observer.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/intents_messages.h"
|
|
|
| class RenderViewHost;
|
| @@ -26,7 +27,7 @@ class Message;
|
| // logic will create one of these to take care of passing intent data down into
|
| // the context of the service, which will be running in the TabContents on which
|
| // this class is an observer. Deletes itself when the tab is closed.
|
| -class IntentInjector : public TabContentsObserver {
|
| +class CONTENT_EXPORT IntentInjector : public TabContentsObserver {
|
| public:
|
| // |tab_contents| must not be NULL.
|
| explicit IntentInjector(TabContents* tab_contents);
|
|
|