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

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

Issue 68933002: Added SchemaMap::GetChanges(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/policy/schema_map_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_namespace.h
diff --git a/components/policy/core/common/policy_namespace.h b/components/policy/core/common/policy_namespace.h
index 4d8cf1cc0f78ff79b12578a2ef69ea7ca5ba00e5..86dc5866afc5f7b207080626ebd3c636fc401175 100644
--- a/components/policy/core/common/policy_namespace.h
+++ b/components/policy/core/common/policy_namespace.h
@@ -6,6 +6,7 @@
#define COMPONENTS_POLICY_CORE_COMMON_POLICY_NAMESPACE_H_
#include <string>
+#include <vector>
#include "components/policy/policy_export.h"
@@ -44,6 +45,8 @@ struct POLICY_EXPORT PolicyNamespace {
std::string component_id;
};
+typedef std::vector<PolicyNamespace> PolicyNamespaceList;
+
} // namespace policy
#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_NAMESPACE_H_
« no previous file with comments | « chrome/browser/policy/schema_map_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698