Chromium Code Reviews| Index: content/child/blob_storage/blob_consolidation.cc |
| diff --git a/content/child/blob_storage/blob_consolidation.cc b/content/child/blob_storage/blob_consolidation.cc |
| index 7bebdbcfd18ad17c56201449ec0b1b911920df66..665c11c8366dd82440b9de1d11aaa9dded02d0bf 100644 |
| --- a/content/child/blob_storage/blob_consolidation.cc |
| +++ b/content/child/blob_storage/blob_consolidation.cc |
| @@ -2,6 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <algorithm> |
|
kinuko
2015/10/16 14:24:13
(not related to this CL?)
dmurph
2015/10/16 21:37:30
No, but it should be there. Removed to simplify CL
|
| #include <string> |
| #include "content/child/blob_storage/blob_consolidation.h" |