Index: content/common/appcache_interfaces.h |
diff --git a/content/common/appcache_interfaces.h b/content/common/appcache_interfaces.h |
index 12cc7c11d5dbdb018d38d31eb4eb561399ffa27a..8d7da5af1d9c8effe31b76f461013730d7d30106 100644 |
--- a/content/common/appcache_interfaces.h |
+++ b/content/common/appcache_interfaces.h |
@@ -35,10 +35,10 @@ enum AppCacheEventID { |
// Temporarily renumber them in wierd way, to help remove LOG_TIP from WebKit |
enum AppCacheLogLevel { |
- APPCACHE_LOG_DEBUG = 4, |
- APPCACHE_LOG_INFO = 1, |
- APPCACHE_LOG_WARNING = 2, |
- APPCACHE_LOG_ERROR = 3, |
+ APPCACHE_LOG_VERBOSE, |
+ APPCACHE_LOG_INFO, |
+ APPCACHE_LOG_WARNING, |
+ APPCACHE_LOG_ERROR |
}; |
enum AppCacheNamespaceType { |