diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 16:34:34 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 16:34:34 +0000 |
commit | 30fe1f92fb6c14f49ebc7bdcd3c6b318dffda794 (patch) | |
tree | cb559dd65efd6fbcfe465160cb68a8a9f12bda3c /content/common/handle_enumerator_win.h | |
parent | 595a59c9bea956f6435878d7b1680659f7dcbe36 (diff) | |
download | chromium_src-30fe1f92fb6c14f49ebc7bdcd3c6b318dffda794.zip chromium_src-30fe1f92fb6c14f49ebc7bdcd3c6b318dffda794.tar.gz chromium_src-30fe1f92fb6c14f49ebc7bdcd3c6b318dffda794.tar.bz2 |
Use a direct include of strings headers in content/common/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16389004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/handle_enumerator_win.h')
-rw-r--r-- | content/common/handle_enumerator_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/handle_enumerator_win.h b/content/common/handle_enumerator_win.h index ada972f..4a749e1 100644 --- a/content/common/handle_enumerator_win.h +++ b/content/common/handle_enumerator_win.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/process.h" -#include "base/string16.h" +#include "base/strings/string16.h" namespace content { |