Index: content/browser/loader/resource_dispatcher_host_unittest.cc |
=================================================================== |
--- content/browser/loader/resource_dispatcher_host_unittest.cc (revision 251585) |
+++ content/browser/loader/resource_dispatcher_host_unittest.cc (working copy) |
@@ -2010,8 +2010,8 @@ |
EXPECT_EQ(ResourceMsg_RequestComplete::ID, msgs[0][0].type()); |
// The RequestComplete message should have had the error code of |
- // ERR_FILE_NOT_FOUND. |
- CheckRequestCompleteErrorCode(msgs[0][0], net::ERR_FILE_NOT_FOUND); |
+ // ERR_INVALID_RESPONSE. |
+ CheckRequestCompleteErrorCode(msgs[0][0], net::ERR_INVALID_RESPONSE); |
} |
// Test for http://crbug.com/76202 . We don't want to destroy a |