Index: net/base/net_log_source_type_list.h |
diff --git a/net/base/net_log_source_type_list.h b/net/base/net_log_source_type_list.h |
index e8794850717e9897a3009219a02e035a1ca09912..233f3a29aacfb84b9399272217acf2544b7907dc 100644 |
--- a/net/base/net_log_source_type_list.h |
+++ b/net/base/net_log_source_type_list.h |
@@ -26,7 +26,8 @@ SOURCE_TYPE(ASYNC_HOST_RESOLVER_REQUEST, 15) |
SOURCE_TYPE(UDP_SOCKET, 16) |
SOURCE_TYPE(CERT_VERIFIER_JOB, 17) |
SOURCE_TYPE(HTTP_PIPELINED_CONNECTION, 18) |
-SOURCE_TYPE(FILESTREAM, 19) |
+SOURCE_TYPE(DOWNLOAD, 19) |
+SOURCE_TYPE(FILESTREAM, 20) |
-SOURCE_TYPE(COUNT, 20) // Always keep this as the last entry. |
+SOURCE_TYPE(COUNT, 21) // Always keep this as the last entry. |