commit | 340f55d7cd069255b3e76c4b7921a56fcc087d32 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:49:11 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 20:49:11 2013 |
tree | 2b1820bd361008c7752fce4da7299907f414c41a | |
parent | 259649badd9653ae854f49b91217d679315aa8a4 [diff] [blame] |
Use a direct include of strings headers in chrome/browser/d*/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205300 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/download/download_query_unittest.cc b/chrome/browser/download/download_query_unittest.cc index 3a178ae1..d7bf5a1 100644 --- a/chrome/browser/download/download_query_unittest.cc +++ b/chrome/browser/download/download_query_unittest.cc
@@ -9,7 +9,7 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "base/stl_util.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "base/time.h" #include "base/values.h" #include "chrome/browser/download/download_query.h"