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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge 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/tab_contents/tab_contents_delegate.h
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
index 5a69298a5678b0240c1044aca31627550f406966..c9a5b77d484a8dd72c987439edddaa10373d83e0 100644
--- a/content/browser/tab_contents/tab_contents_delegate.h
+++ b/content/browser/tab_contents/tab_contents_delegate.h
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#include "content/browser/tab_contents/navigation_entry.h"
+#include "content/common/content_export.h"
#include "content/common/navigation_types.h"
#include "content/common/page_transition_types.h"
#include "ui/gfx/native_widget_types.h"
@@ -44,7 +45,7 @@ class FilePath;
// Objects implement this interface to get notified about changes in the
// TabContents and to provide necessary functionality.
-class TabContentsDelegate {
+class CONTENT_EXPORT TabContentsDelegate {
public:
TabContentsDelegate();

Powered by Google App Engine
This is Rietveld 408576698