Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / net / spdy / fuzzing / hpack_fuzz_util_test.cc
index 498f84f..bf93def 100644 (file)
@@ -7,8 +7,8 @@
 #include <map>
 
 #include "base/base_paths.h"
-#include "base/file_util.h"
 #include "base/files/file.h"
+#include "base/files/file_util.h"
 #include "base/path_service.h"
 #include "net/spdy/spdy_test_utils.h"
 #include "testing/gmock/include/gmock/gmock.h"
@@ -94,8 +94,8 @@ TEST(HpackFuzzUtilTest, SerializedHeaderBlockPrefixes) {
 }
 
 TEST(HpackFuzzUtilTest, PassValidInputThroughAllStages) {
-  // Example lifted from HpackDecoderTest.SectionD3RequestHuffmanExamples.
-  string input = a2b_hex("828786448cf1e3c2e5f23a6ba0ab90f4"
+  // Example lifted from HpackDecoderTest.SectionD4RequestHuffmanExamples.
+  string input = a2b_hex("828684418cf1e3c2e5f23a6ba0ab90f4"
                          "ff");
 
   HpackFuzzUtil::FuzzerContext context;