Index: net/base/load_flags_list.h |
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h |
index 4f5460f90013b39179a8705ed66ba5dd7702e180..1e5b281ed46cbbf4d4b7daef1a78b4f44642a0fa 100644 |
--- a/net/base/load_flags_list.h |
+++ b/net/base/load_flags_list.h |
@@ -30,7 +30,7 @@ LOAD_FLAG(ONLY_FROM_CACHE, 1 << 3) |
LOAD_FLAG(DISABLE_CACHE, 1 << 4) |
// This is a navigation that will not be intercepted by any registered |
-// URLRequest::Interceptors. |
+// net::URLRequest::Interceptors. |
LOAD_FLAG(DISABLE_INTERCEPT, 1 << 5) |
// If present, upload progress messages should be provided to initiator. |