Roll src/third_party/crc32c/src/ e4dfc9f1b..5998f8451 (1 commit)

https://chromium.googlesource.com/external/github.com/google/crc32c.git/+log/e4dfc9f1b583..5998f8451548

$ git log e4dfc9f1b..5998f8451 --date=short --no-merges --format='%ad %ae %s'
2019-03-01 pwnall Replace missed instance of TEST_CASE with TEST_SUITE.

Created with:
  roll-dep src/third_party/crc32c/src

Bug: 925652, 936691
Change-Id: I015d62a80c807ddb5f431c58fd7cece67cc73885
Reviewed-on: https://chromium-review.googlesource.com/c/1497324
Auto-Submit: Staphany Park <[email protected]>
Reviewed-by: Victor Costan <[email protected]>
Commit-Queue: Victor Costan <[email protected]>
Commit-Queue: Staphany Park <[email protected]>
Cr-Commit-Position: refs/heads/master@{#637053}
diff --git a/DEPS b/DEPS
index d44e291..55635a35 100644
--- a/DEPS
+++ b/DEPS
@@ -749,7 +749,7 @@
     Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
 
   'src/third_party/crc32c/src':
-    Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + 'e4dfc9f1b583c2f41fd547b783d4304d9b29a276',
+    Var('chromium_git') + '/external/github.com/google/crc32c.git' + '@' + '5998f8451548244de8cde7fab387a550e7c4497d',
 
   # For Linux and Chromium OS.
   'src/third_party/cros_system_api': {