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

Unified Diff: content/browser/site_instance.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/site_instance.h
diff --git a/content/browser/site_instance.h b/content/browser/site_instance.h
index 84a0bdc2a5e934026ffd0703269d50b3471fa190..6ff2588b71c2ef850063d82ab540ca24eb90ce64 100644
--- a/content/browser/site_instance.h
+++ b/content/browser/site_instance.h
@@ -7,6 +7,7 @@
#pragma once
#include "content/browser/renderer_host/render_process_host.h"
+#include "content/common/content_export.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
#include "googleurl/src/gurl.h"
@@ -51,8 +52,8 @@ class BrowserContext;
// tabs with no NavigationEntries or in NavigationEntries in the history.
//
///////////////////////////////////////////////////////////////////////////////
-class SiteInstance : public base::RefCounted<SiteInstance>,
- public NotificationObserver {
+class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance>,
+ public NotificationObserver {
public:
// Returns a unique ID for this SiteInstance.
int32 id() { return id_; }

Powered by Google App Engine
This is Rietveld 408576698