commit | d07ef716df3130b069bf6ac0ee435c2c4490c285 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <[email protected]> | Thu Mar 28 23:13:41 2019 |
committer | Commit Bot <[email protected]> | Thu Mar 28 23:13:41 2019 |
tree | 5b54b0287e0e4d393283913bf3ed9e11fbb9cce4 | |
parent | 8fe7500c58f1b1dce14798b470774c00d2eb46cd [diff] [blame] |
Update include paths for //base/hash/md5.h Bug: 902789 Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Tbr: [email protected] Change-Id: I6bb9a5b4be7e52b77af325251dc230fa6f04891d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1544243 Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Dan Sanders <[email protected]> Reviewed-by: Adam Langley <[email protected]> Reviewed-by: Yuwei Huang <[email protected]> Reviewed-by: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#645569}
diff --git a/components/drive/chromeos/file_cache_unittest.cc b/components/drive/chromeos/file_cache_unittest.cc index 888b23b..77dc28b 100644 --- a/components/drive/chromeos/file_cache_unittest.cc +++ b/components/drive/chromeos/file_cache_unittest.cc
@@ -19,7 +19,7 @@ #include "base/files/file_enumerator.h" #include "base/files/file_util.h" #include "base/files/scoped_temp_dir.h" -#include "base/md5.h" +#include "base/hash/md5.h" #include "base/path_service.h" #include "base/run_loop.h" #include "base/single_thread_task_runner.h"