commit | a4ea1f1bb8965f37be0d9fcb39796096fd178a30 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 07 18:37:07 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jun 07 18:37:07 2013 |
tree | ec470c0361e3e410c6414835ef26012494053b07 | |
parent | 0aa509bb2ca4811b2f10b197c4f17c0f19b50980 [diff] [blame] |
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/15735027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204874 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/command_line_unittest.cc b/base/command_line_unittest.cc index ca7c9fbe1..2c947fc 100644 --- a/base/command_line_unittest.cc +++ b/base/command_line_unittest.cc
@@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/command_line.h" #include "base/files/file_path.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "testing/gtest/include/gtest/gtest.h" using base::FilePath;