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

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

Issue 2511683002: Remove unneeded stringprintf.h usage in chrome/ and net/ (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « chrome/test/chromedriver/chrome/debugger_tracker.cc ('k') | chrome/test/chromedriver/element_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/commands.cc
diff --git a/chrome/test/chromedriver/commands.cc b/chrome/test/chromedriver/commands.cc
index 123b90409a9a55e371880ce1cd4fe00204e6db9c..34a6955cddc2f7ce00fd7e78ed21031c8dca4f1f 100644
--- a/chrome/test/chromedriver/commands.cc
+++ b/chrome/test/chromedriver/commands.cc
@@ -20,7 +20,6 @@
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "base/stl_util.h"
-#include "base/strings/stringprintf.h"
#include "base/sys_info.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/values.h"
@@ -109,7 +108,6 @@ void ExecuteGetSessions(const Command& session_capabilities_command,
const base::DictionaryValue& params,
const std::string& session_id,
const CommandCallback& callback) {
-
size_t get_remaining_count = session_thread_map->size();
base::WeakPtrFactory<size_t> weak_ptr_factory(&get_remaining_count);
std::unique_ptr<base::ListValue> session_list(new base::ListValue());
« no previous file with comments | « chrome/test/chromedriver/chrome/debugger_tracker.cc ('k') | chrome/test/chromedriver/element_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698