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
CrOS-Libchrome-Original-Commit: a4ea1f1bb8965f37be0d9fcb39796096fd178a30
diff --git a/base/files/file_path_unittest.cc b/base/files/file_path_unittest.cc
index 50befdf..8b2fcf5 100644
--- a/base/files/file_path_unittest.cc
+++ b/base/files/file_path_unittest.cc
@@ -4,7 +4,7 @@
#include "base/basictypes.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"
#include "testing/platform_test.h"