Index: content/public/common/security_style.h |
diff --git a/content/public/common/security_style.h b/content/public/common/security_style.h |
index 84c10a55b53c0a7c4f65946574d03c3fd4fa1184..94cd0ed99d9eaee70cb84135ae0f95f6f24f1f3f 100644 |
--- a/content/public/common/security_style.h |
+++ b/content/public/common/security_style.h |
@@ -31,6 +31,7 @@ enum SecurityStyle { |
// SECURITY_STYLE_AUTHENTICATED indicates that we successfully retrieved this |
// object over an authenticated protocol, such as HTTPS. |
SECURITY_STYLE_AUTHENTICATED, |
+ SECURITY_STYLE_LAST = SECURITY_STYLE_AUTHENTICATED |
}; |
} // namespace content |