diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 20:24:03 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 20:24:03 +0000 |
commit | f90343be23b5d9f6acfb4509c7a952a85446cfa1 (patch) | |
tree | d20dbbc113e96f884ba0dd3a2b75a81014892327 /chrome/tools/mac_helpers | |
parent | f6b150a1ebc50b801a464a1a4351000b7ced8dfb (diff) | |
download | chromium_src-f90343be23b5d9f6acfb4509c7a952a85446cfa1.zip chromium_src-f90343be23b5d9f6acfb4509c7a952a85446cfa1.tar.gz chromium_src-f90343be23b5d9f6acfb4509c7a952a85446cfa1.tar.bz2 |
Use a direct include of strings headers in chrome/tools/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15798024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/mac_helpers')
-rw-r--r-- | chrome/tools/mac_helpers/infoplist_strings_util.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm index ebe57d3..6bdaf87 100644 --- a/chrome/tools/mac_helpers/infoplist_strings_util.mm +++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm @@ -15,8 +15,8 @@ #include "base/files/file_path.h" #include "base/mac/scoped_nsautorelease_pool.h" #include "base/memory/scoped_ptr.h" -#include "base/string_util.h" #include "base/strings/string_piece.h" +#include "base/strings/string_util.h" #include "grit/chromium_strings.h" #include "ui/base/resource/data_pack.h" |