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

Unified Diff: components/policy/core/common/external_data_manager.h

Issue 78823004: Move PolicyBundle into components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on master Created 7 years, 1 month 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/policy/core/common/external_data_manager.h
diff --git a/components/policy/core/common/external_data_manager.h b/components/policy/core/common/external_data_manager.h
index fa69953f09cee88b3566048038f33aebb46c89a2..406cf596bb99bf5e0fc5f9c3e8bbd88b61103788 100644
--- a/components/policy/core/common/external_data_manager.h
+++ b/components/policy/core/common/external_data_manager.h
@@ -8,6 +8,7 @@
#include <string>
#include "components/policy/core/common/external_data_fetcher.h"
+#include "components/policy/policy_export.h"
namespace policy {
@@ -16,7 +17,7 @@ namespace policy {
// An implementation of this abstract interface should be provided for each
// policy source (cloud policy, platform policy) that supports external data
// references.
-class ExternalDataManager {
+class POLICY_EXPORT ExternalDataManager {
public:
// Retrieves the external data referenced by |policy| and invokes |callback|
// with the result. If |policy| does not reference any external data, the

Powered by Google App Engine
This is Rietveld 408576698