diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 06:32:51 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 06:32:51 +0000 |
commit | afa339d7890171e3779b88b474614e5143bb271c (patch) | |
tree | 33f3b4695e20af82fee7756ff35e84b26d69548d /chromeos/cryptohome/cryptohome_library.cc | |
parent | 4aa794a1fee9d6939225363c3713be22029c7148 (diff) | |
download | chromium_src-afa339d7890171e3779b88b474614e5143bb271c.zip chromium_src-afa339d7890171e3779b88b474614e5143bb271c.tar.gz chromium_src-afa339d7890171e3779b88b474614e5143bb271c.tar.bz2 |
Use a direct include of strings headers in chromeos/.
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16739011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/cryptohome/cryptohome_library.cc')
-rw-r--r-- | chromeos/cryptohome/cryptohome_library.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/cryptohome/cryptohome_library.cc b/chromeos/cryptohome/cryptohome_library.cc index f717e1e..ae04560 100644 --- a/chromeos/cryptohome/cryptohome_library.cc +++ b/chromeos/cryptohome/cryptohome_library.cc @@ -9,8 +9,8 @@ #include "base/bind.h" #include "base/chromeos/chromeos_version.h" #include "base/memory/weak_ptr.h" -#include "base/string_util.h" #include "base/strings/string_number_conversions.h" +#include "base/strings/string_util.h" #include "chromeos/dbus/cryptohome_client.h" #include "chromeos/dbus/dbus_thread_manager.h" #include "crypto/encryptor.h" |