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

Unified Diff: chrome/test/webdriver/commands/log_command.cc

Issue 16753002: Use a direct include of strings headers in chrome/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/webdriver/commands/log_command.cc
diff --git a/chrome/test/webdriver/commands/log_command.cc b/chrome/test/webdriver/commands/log_command.cc
index 738a585c8c8c9c167de04bb3f57a2484df2b40e2..c6904ff8b21308c6b674f75b9eceedb5089d14b6 100644
--- a/chrome/test/webdriver/commands/log_command.cc
+++ b/chrome/test/webdriver/commands/log_command.cc
@@ -4,7 +4,7 @@
#include "chrome/test/webdriver/commands/log_command.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/values.h"
#include "chrome/test/webdriver/commands/response.h"
#include "chrome/test/webdriver/webdriver_error.h"
« no previous file with comments | « chrome/test/webdriver/commands/cookie_commands.cc ('k') | chrome/test/webdriver/commands/set_timeout_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698