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

Unified Diff: components/login/base_screen_handler_utils.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/domain_reliability/clear_mode.h ('k') | components/policy/core/common/policy_namespace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/login/base_screen_handler_utils.h
diff --git a/components/login/base_screen_handler_utils.h b/components/login/base_screen_handler_utils.h
index 3bd1db1c4f8233e3f4fe2543d8982e7557969ca2..71d2e7f1687ff6417d0dd839878532f017694c7a 100644
--- a/components/login/base_screen_handler_utils.h
+++ b/components/login/base_screen_handler_utils.h
@@ -26,7 +26,7 @@ struct LOGIN_EXPORT UnwrapConstRef {
};
template <typename T>
-struct LOGIN_EXPORT UnwrapConstRef<const T&> {
+struct UnwrapConstRef<const T&> {
typedef T Type;
};
« no previous file with comments | « components/domain_reliability/clear_mode.h ('k') | components/policy/core/common/policy_namespace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698