commit | d529cb08d1153a4258ececebb0fe18bcc76f3281 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 19:06:57 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Jun 10 19:06:57 2013 |
tree | aedd6ffeb57440827618c578ac8923fcfd14aaec | |
parent | 0407b4ba756c944996db3e37e8932f087f47549a [diff] [blame] |
Use a direct include of strings headers in base/. BUG=247723 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/16667013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205261 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/pickle_unittest.cc b/base/pickle_unittest.cc index d252dae..cc384c7 100644 --- a/base/pickle_unittest.cc +++ b/base/pickle_unittest.cc
@@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "base/pickle.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "testing/gtest/include/gtest/gtest.h" namespace {