Chromium Code Reviews| Index: chrome/test/chromedriver/logging.cc |
| diff --git a/chrome/test/chromedriver/logging.cc b/chrome/test/chromedriver/logging.cc |
| index 67f60e4acff040e479f71ccc41daaa2c4ebed961..afd73754ca19963be1f6f74e75d15fdb070a88a6 100644 |
| --- a/chrome/test/chromedriver/logging.cc |
| +++ b/chrome/test/chromedriver/logging.cc |
| @@ -8,6 +8,7 @@ |
| #include <stdint.h> |
| #include <stdio.h> |
| +#include <memory> |
|
dcheng
2016/08/26 23:24:41
Not sure what happened here. I guess all the fixup
|
| #include <utility> |
| #include "base/command_line.h" |