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

Unified Diff: components/browser_context_keyed_service/browser_context_keyed_service.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
Index: components/browser_context_keyed_service/browser_context_keyed_service.h
diff --git a/components/browser_context_keyed_service/browser_context_keyed_service.h b/components/browser_context_keyed_service/browser_context_keyed_service.h
index bbe3686002e963946dc77c71016cdbb43d388588..9bf286e37d2c2d8bae56083ebda79a69ba90d35f 100644
--- a/components/browser_context_keyed_service/browser_context_keyed_service.h
+++ b/components/browser_context_keyed_service/browser_context_keyed_service.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_BROWSER_CONTEXT_KEYED_SERVICE_BROWSER_CONTEXT_KEYED_SERVICE_H_
#define COMPONENTS_BROWSER_CONTEXT_KEYED_SERVICE_BROWSER_CONTEXT_KEYED_SERVICE_H_
+#include "components/browser_context_keyed_service/browser_context_keyed_service_export.h"
+
class BrowserContextKeyedServiceFactory;
// Base class for all BrowserContextKeyedServices to allow for correct
@@ -15,7 +17,7 @@ class BrowserContextKeyedServiceFactory;
// all services will need this, so there's a default implementation. Only once
// every system has been given a chance to drop references do we start deleting
// objects.
-class BrowserContextKeyedService {
+class BROWSER_CONTEXT_KEYED_SERVICE_EXPORT BrowserContextKeyedService {
public:
// The first pass is to call Shutdown on a BrowserContextKeyedService.
virtual void Shutdown() {}

Powered by Google App Engine
This is Rietveld 408576698