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

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

Issue 1221073004: Enable clang warning for ignored attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/login/base_screen_handler_utils.h ('k') | content/public/browser/presentation_session.h » ('j') | 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 e07ec0f14acb7af59f10713290648daec326fe5c..58a705ae0adc6785290862a703d184a1f9bd6916 100644
--- a/components/policy/core/common/policy_namespace.h
+++ b/components/policy/core/common/policy_namespace.h
@@ -18,7 +18,7 @@ namespace policy {
// Policies are namespaced by a (PolicyDomain, ID) pair. The meaning of the ID
// string depends on the domain; for example, if the PolicyDomain is
// "extensions" then the ID identifies the extension that the policies control.
-enum POLICY_EXPORT PolicyDomain {
+enum PolicyDomain {
// The component ID for chrome policies is always the empty string.
POLICY_DOMAIN_CHROME,
« no previous file with comments | « components/login/base_screen_handler_utils.h ('k') | content/public/browser/presentation_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698