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/indexed_db | |
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/indexed_db')
-rw-r--r-- | content/common/indexed_db/indexed_db_key.h | 2 | ||||
-rw-r--r-- | content/common/indexed_db/indexed_db_key_path.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/common/indexed_db/indexed_db_key.h b/content/common/indexed_db/indexed_db_key.h index fe06ad2..e688939 100644 --- a/content/common/indexed_db/indexed_db_key.h +++ b/content/common/indexed_db/indexed_db_key.h @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_vector.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "content/common/content_export.h" #include "third_party/WebKit/public/platform/WebIDBKey.h" diff --git a/content/common/indexed_db/indexed_db_key_path.h b/content/common/indexed_db/indexed_db_key_path.h index 5f188fd..acbdcb4 100644 --- a/content/common/indexed_db/indexed_db_key_path.h +++ b/content/common/indexed_db/indexed_db_key_path.h @@ -8,7 +8,7 @@ #include <vector> #include "base/logging.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "content/common/content_export.h" #include "third_party/WebKit/public/platform/WebIDBKeyPath.h" |