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

Unified Diff: components/browser_context_keyed_service/dependency_graph.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/dependency_graph.h
diff --git a/components/browser_context_keyed_service/dependency_graph.h b/components/browser_context_keyed_service/dependency_graph.h
index 0f5d66aa81e23ffc1b31dddd77969ce2b19925b9..017049f8bf0b3021e07804ec28735f4d72b0e592 100644
--- a/components/browser_context_keyed_service/dependency_graph.h
+++ b/components/browser_context_keyed_service/dependency_graph.h
@@ -11,11 +11,12 @@
#include "base/callback.h"
#include "base/compiler_specific.h"
+#include "components/browser_context_keyed_service/browser_context_keyed_service_export.h"
class DependencyNode;
// Dynamic graph of dependencies between nodes.
-class DependencyGraph {
+class BROWSER_CONTEXT_KEYED_SERVICE_EXPORT DependencyGraph {
public:
DependencyGraph();
~DependencyGraph();

Powered by Google App Engine
This is Rietveld 408576698