Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4697)

Unified Diff: chrome/test/chromedriver/logging.cc

Issue 2285933003: Remove more usage of the base::ListValue::Append(Value*) overload. (Closed)
Patch Set: Small fixes Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698