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

Unified Diff: content/browser/browsing_instance.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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/browsing_instance.h
diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h
index b550659cfb2d3e124aa2bab75932677c3401eb23..5d7de84860bab82b56751ee23624d6aeaa5a38ed 100644
--- a/content/browser/browsing_instance.h
+++ b/content/browser/browsing_instance.h
@@ -8,6 +8,7 @@
#include "base/hash_tables.h"
#include "base/memory/ref_counted.h"
+#include "content/common/content_export.h"
class GURL;
class SiteInstance;
@@ -55,7 +56,8 @@ class BrowserContext;
// site_instance_unittest.cc.
//
///////////////////////////////////////////////////////////////////////////////
-class BrowsingInstance : public base::RefCounted<BrowsingInstance> {
+class CONTENT_EXPORT BrowsingInstance
+ : public base::RefCounted<BrowsingInstance> {
public:
// Create a new BrowsingInstance.
explicit BrowsingInstance(content::BrowserContext* context);

Powered by Google App Engine
This is Rietveld 408576698