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

Unified Diff: chrome/test/webdriver/keycode_text_conversion.h

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
« no previous file with comments | « chrome/test/webdriver/http_response.cc ('k') | chrome/test/webdriver/keycode_text_conversion_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/keycode_text_conversion.h
diff --git a/chrome/test/webdriver/keycode_text_conversion.h b/chrome/test/webdriver/keycode_text_conversion.h
index f3ea3e3478d626df4ad46f7cebddfae386bafb26..c1f7e33683374150e560d8386084cd0fd6027211 100644
--- a/chrome/test/webdriver/keycode_text_conversion.h
+++ b/chrome/test/webdriver/keycode_text_conversion.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "ui/base/keycodes/keyboard_codes.h"
namespace webdriver {
« no previous file with comments | « chrome/test/webdriver/http_response.cc ('k') | chrome/test/webdriver/keycode_text_conversion_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698