Chromium Code Reviews| Index: components/ssl_errors/error_classification_unittest.cc |
| diff --git a/components/ssl_errors/error_classification_unittest.cc b/components/ssl_errors/error_classification_unittest.cc |
| index 770da986d349fe9d5ce3a0f927033a75d9d10c8f..13af9ff8df183bc2a657473b04c0ee4def9366a5 100644 |
| --- a/components/ssl_errors/error_classification_unittest.cc |
| +++ b/components/ssl_errors/error_classification_unittest.cc |
| @@ -5,6 +5,7 @@ |
| #include "components/ssl_errors/error_classification.h" |
| #include "base/files/file_path.h" |
| +#include "base/memory/scoped_ptr.h" |
|
dcheng
2016/04/26 00:11:42
Meh. This might conflict a bit with the o-t CL. We
danakj
2016/04/26 01:36:51
Rebase on top of it (and git branch -u it) and rie
|
| #include "base/strings/string_split.h" |
| #include "base/time/default_clock.h" |
| #include "base/time/default_tick_clock.h" |