From 348fbaac3221020d0087ab1cc24dc4ba045ea219 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Tue, 11 Jun 2013 06:31:51 +0000 Subject: Use a direct include of strings headers in content/browser/, part 2. BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16625010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205435 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc') diff --git a/content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc b/content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc index 62fdaf8..7e9a6be 100644 --- a/content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc +++ b/content/browser/renderer_host/gtk_key_bindings_handler_unittest.cc @@ -13,7 +13,7 @@ #include "base/file_util.h" #include "base/logging.h" #include "base/path_service.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "content/common/edit_command.h" #include "content/public/browser/native_web_keyboard_event.h" #include "content/public/common/content_paths.h" -- cgit v1.1