Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: content/browser/intents/intent_injector.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698