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

Unified Diff: components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h

Issue 15904021: Enable component build for browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more trybot debugging Created 7 years, 6 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
« no previous file with comments | « components/browser_context_keyed_service/refcounted_browser_context_keyed_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h
diff --git a/components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h b/components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h
index 45e055dd7778d2623ecf1bc98396b5fc838c5fbf..34eff157e909e318e4c969cf29eef417b1395a80 100644
--- a/components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h
+++ b/components/browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h
@@ -9,6 +9,7 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h"
+#include "components/browser_context_keyed_service/browser_context_keyed_service_export.h"
#include "components/browser_context_keyed_service/refcounted_browser_context_keyed_service.h"
class RefcountedBrowserContextKeyedService;
@@ -26,7 +27,8 @@ class BrowserContext;
// Implementers of RefcountedBrowserContextKeyedService should note that
// we guarantee that ShutdownOnUIThread() is called on the UI thread, but actual
// object destruction can happen anywhere.
-class RefcountedBrowserContextKeyedServiceFactory
+class BROWSER_CONTEXT_KEYED_SERVICE_EXPORT
+RefcountedBrowserContextKeyedServiceFactory
: public BrowserContextKeyedBaseFactory {
public:
// A function that supplies the instance of a BrowserContextKeyedService for
« no previous file with comments | « components/browser_context_keyed_service/refcounted_browser_context_keyed_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698