| Index: chrome/test/chromedriver/chrome/log.cc
|
| diff --git a/chrome/test/chromedriver/chrome/log.cc b/chrome/test/chromedriver/chrome/log.cc
|
| index c564acbbfa698b7d79e3d53ee7aefd342de1fe5b..d2fb95299472ea462659c1641f43109549d228b5 100644
|
| --- a/chrome/test/chromedriver/chrome/log.cc
|
| +++ b/chrome/test/chromedriver/chrome/log.cc
|
| @@ -5,10 +5,12 @@
|
| #include "chrome/test/chromedriver/chrome/log.h"
|
|
|
| #include <stddef.h>
|
| +
|
| #include <utility>
|
|
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
|
|