commit | 10994d13b799f7f5a6222c24a9de6ac994c6b84e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 07:16:18 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 11 07:16:18 2013 |
tree | 2a07173ce914572914880e1c5286c4070c3fa4bd | |
parent | 4dc3ad4fb5b48e374be6edde69994614251f70f5 [diff] [blame] |
Use a direct include of strings headers in content/browser/, part 1. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16755004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205449 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc index 44cee2e..3748f6f2 100644 --- a/content/browser/browser_child_process_host_impl.cc +++ b/content/browser/browser_child_process_host_impl.cc
@@ -14,7 +14,7 @@ #include "base/path_service.h" #include "base/process_util.h" #include "base/stl_util.h" -#include "base/string_util.h" +#include "base/strings/string_util.h" #include "base/synchronization/waitable_event.h" #include "content/browser/histogram_message_filter.h" #include "content/browser/loader/resource_message_filter.h"